summaryrefslogtreecommitdiff
path: root/scripts/makefile.sgi
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 08:40:41 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 08:40:41 -0600
commit03f9b0295366daa5a0b0754c69d8d0db5294865b (patch)
treec22b28a9038258a49f3d200dfce82eb46cf5d18b /scripts/makefile.sgi
parentce96c3e6b7eef3d3bea65ed87df53594c1234dc0 (diff)
downloadlibpng-03f9b0295366daa5a0b0754c69d8d0db5294865b.tar.gz
[devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
and added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Diffstat (limited to 'scripts/makefile.sgi')
-rw-r--r--scripts/makefile.sgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.sgi b/scripts/makefile.sgi
index 369a8ab3e..4a3580eb0 100644
--- a/scripts/makefile.sgi
+++ b/scripts/makefile.sgi
@@ -48,8 +48,8 @@ ABI=
WARNMORE=-fullwarn
# Note: -KPIC is the default anyhow
-#CFLAGS= -DPNG_CONFIGURE_LIBPNG $(ABI) -I$(ZLIBINC) -O $(WARNMORE) -KPIC # -g -DPNG_DEBUG=5
-CFLAGS=-DPNG_CONFIGURE_LIBPNG $(ABI) -I$(ZLIBINC) -O $(WARNMORE)
+#CFLAGS= $(ABI) -I$(ZLIBINC) -O $(WARNMORE) -KPIC # -g -DPNG_DEBUG=5
+CFLAGS=$(ABI) -I$(ZLIBINC) -O $(WARNMORE)
LDFLAGS_A=$(ABI) -L. -L$(ZLIBLIB) -lpng14 -lz -lm
LDFLAGS=$(ABI) -L. -L$(ZLIBLIB) -lpng -lz -lm
LDSHARED=cc $(ABI) -shared -soname $(LIBSOMAJ) \