diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 19:18:45 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 19:18:45 -0600 |
commit | 20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c (patch) | |
tree | 05760d206cb2cf66e15204658a5bef26fc0004c7 /scripts/makefile.ne12bsd | |
parent | e890cb118c4a681c2b4af095a363fc9e50eb180a (diff) | |
download | libpng-20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c.tar.gz |
[master] Added deprectated-use reporting
ported from libpng-1.4.0
Diffstat (limited to 'scripts/makefile.ne12bsd')
-rw-r--r-- | scripts/makefile.ne12bsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.ne12bsd b/scripts/makefile.ne12bsd index 786d047b3..0dbec7753 100644 --- a/scripts/makefile.ne12bsd +++ b/scripts/makefile.ne12bsd @@ -3,7 +3,7 @@ # make includes && make install # Copyright (C) 2002 Patrick R.L. Welche # Copyright (C) 2007, 2009 Glenn Randers-Pehrson - +# # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h @@ -29,10 +29,10 @@ CPPFLAGS+=-I${.CURDIR} # We should be able to do something like this instead of the manual # uncommenting, but it core dumps for me at the moment: # .if ${MACHINE_ARCH} == "i386" -# CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK +# CPPFLAGS+=-DPNG_CONFIGURE_LIBPNG -DPNG_THREAD_UNSAFE_OK # MKLINT= no # .else - CPPFLAGS+=-DPNG_NO_MMX_CODE + CPPFLAGS+=-DPNG_CONFIGURE_LIBPNG -DPNG_NO_MMX_CODE # .endif CLEANFILES+=pngtest.o pngtest |