[libpng15] Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.

This commit is contained in:
Glenn Randers-Pehrson 2011-11-05 09:27:55 -05:00
parent fc45f68623
commit 8b67ee5d3d
3 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,7 @@ Version 1.5.7beta02 [November 5, 2011]
FP exceptions cause a crash. Added code to pngvalid to turn on FP FP exceptions cause a crash. Added code to pngvalid to turn on FP
exceptions if the appropriate glibc support is there to ensure this is exceptions if the appropriate glibc support is there to ensure this is
tested in the future. tested in the future.
Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.
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

@ -3698,6 +3698,7 @@ Version 1.5.7beta02 [November 5, 2011]
FP exceptions cause a crash. Added code to pngvalid to turn on FP FP exceptions cause a crash. Added code to pngvalid to turn on FP
exceptions if the appropriate glibc support is there to ensure this is exceptions if the appropriate glibc support is there to ensure this is
tested in the future. tested in the future.
Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.
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

@ -37,7 +37,7 @@ pnglibconf.h: pnglibconf.dfn
$(ECHO) "If 'cpp -e' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2 $(ECHO) "If 'cpp -e' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2
$(SED) -n -e 's|^.*PNG_DEFN_MAGIC-\(.*\)-PNG_DEFN_END.*$$|\1|p'\ $(SED) -n -e 's|^.*PNG_DEFN_MAGIC-\(.*\)-PNG_DEFN_END.*$$|\1|p'\
dfn1.out >dfn2.out dfn1.out >dfn2.out
$(SED) -e 's| *@@@ *||g' -e 's| *$$||' dfn2.out >dfn3.out $(SED) -e 's| *PNG_JOIN *||g' -e 's| *$$||' dfn2.out >dfn3.out
$(COPY) dfn3.out $@ $(COPY) dfn3.out $@
$(DELETE) dfn.c dfn1.out dfn2.out dfn3.out $(DELETE) dfn.c dfn1.out dfn2.out dfn3.out