Skip to content

Commit

Permalink
contrib: png: don't build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Aug 20, 2013
1 parent 7cc06ba commit 5b25b3d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions contrib/src/png/bins.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- png/Makefile.am.orig 2013-08-20 14:05:04.803159380 +0200
+++ png/Makefile.am 2013-08-20 14:05:10.795159128 +0200
@@ -7,10 +7,10 @@
ACLOCAL_AMFLAGS = -I scripts

# test programs - run on make check, make distcheck
-check_PROGRAMS= pngtest pngunknown pngstest pngvalid
+check_PROGRAMS=

# Utilities - installed
-bin_PROGRAMS= pngfix png-fix-itxt
+bin_PROGRAMS=

pngtest_SOURCES = pngtest.c
pngtest_LDADD = libpng@PNGLIB_MAJOR@@[email protected]
1 change: 1 addition & 0 deletions contrib/src/png/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $(TARBALLS)/libpng-$(PNG_VERSION).tar.xz:
png: libpng-$(PNG_VERSION).tar.xz .sum-png
$(UNPACK)
$(APPLY) $(SRC)/png/winrt.patch
$(APPLY) $(SRC)/png/bins.patch
$(MOVE)

DEPS_png = zlib $(DEPS_zlib)
Expand Down

0 comments on commit 5b25b3d

Please sign in to comment.