[libpng10] Imported from libpng-1.0.51.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-12-02 19:44:54 -06:00
parent 270a623b90
commit 7836e21894
89 changed files with 481 additions and 482 deletions

View File

@@ -27,7 +27,7 @@ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \
LDADD+= -lm -lz
DPADD+= ${LIBM} ${LIBZ}
CFLAGS+= -DPNG_CONFIGURE_LIBPNG -I.
CFLAGS+= -I.
.if (${MACHINE_ARCH} != "i386")
CFLAGS+= -DPNG_CONFIGURE_LIBPNG -DPNG_NO_MMX_CODE
.endif