[libpng16] Added -DZ_SOLO to contrib/pngminim/*/makefile so they will work

with zlib-1.2.7
This commit is contained in:
Glenn Randers-Pehrson 2012-09-27 18:52:30 -05:00
parent 8de49d0921
commit 6ae34790cc
5 changed files with 5 additions and 3 deletions

View File

@ -517,6 +517,7 @@ Version 1.6.0beta30 [September 27, 2012]
Added a work around for GCC 4.2 optimization bug. Added a work around for GCC 4.2 optimization bug.
Marked the broken (bad white point) original HP sRGB profiles correctly and Marked the broken (bad white point) original HP sRGB profiles correctly and
correct comments. correct comments.
Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -4269,6 +4269,7 @@ Version 1.6.0beta30 [September 27, 2012]
Added a work around for GCC 4.2 optimization bug. Added a work around for GCC 4.2 optimization bug.
Marked the broken (bad white point) original HP sRGB profiles correctly and Marked the broken (bad white point) original HP sRGB profiles correctly and
correct comments. correct comments.
Added -DZ_SOLO to contrib/pngminim/*/makefile to work with zlib-1.2.7
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

View File

@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f RM=rm -f
COPY=cp COPY=cp
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP -I. -O1 CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP -I. -O1
C=.c C=.c
O=.o O=.o

View File

@ -14,7 +14,7 @@ LD=$(CC)
RM=rm -f RM=rm -f
COPY=cp COPY=cp
CFLAGS=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1 CFLAGS=-DPNG_USER_CONFIG -DZ_SOLO -DNO_GZIP -I. -O1
C=.c C=.c
O=.o O=.o

View File

@ -30,7 +30,7 @@ XLIB = -L/usr/X11R6/lib -lX11
#LIBS = $(XLIB) #LIBS = $(XLIB)
LIBS = $(XLIB) -lm #platforms that need libm LIBS = $(XLIB) -lm #platforms that need libm
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP -I. $(XINC) -O1 CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DZ_SOLO -DNO_GZIP -I. $(XINC) -O1
C=.c C=.c
O=.o O=.o