summaryrefslogtreecommitdiff
path: root/scripts/makefile.mips
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 08:51:04 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 08:51:04 -0600
commitde5c932283c8ff0484ecfc2fb7d05490ab540133 (patch)
tree07f03509a605fc5e4ec448bd3709705eb06cd51b /scripts/makefile.mips
parent3b673e0fb0b96d0ca8aa162276e4848809105ea4 (diff)
downloadlibpng-de5c932283c8ff0484ecfc2fb7d05490ab540133.tar.gz
[master] Disabled the new pedantic warnings
about deprecated function use and deprecated structure access unless the user defines PNG_PEDANTIC_WARNINGS. Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files. Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects since the warnings no longer depend on this.
Diffstat (limited to 'scripts/makefile.mips')
-rw-r--r--scripts/makefile.mips4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.mips b/scripts/makefile.mips
index 8765066a9..2c7082dec 100644
--- a/scripts/makefile.mips
+++ b/scripts/makefile.mips
@@ -22,8 +22,8 @@ LIBPATH=$(prefix)/lib
DESTDIR=
CC=cc
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -I../zlib -O -systype sysv -DSYSV -w -Dmips
-#CFLAGS=-DPNG_CONFIGURE_LIBPNG -O
+CFLAGS=-I../zlib -O -systype sysv -DSYSV -w -Dmips
+#CFLAGS=-O
LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
#RANLIB=ranlib