summaryrefslogtreecommitdiff
path: root/scripts/makefile.32sunu
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 08:41:00 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 16:00:51 -0600
commitea88d94dcf474623fb858986adccf90513bbea9c (patch)
tree17b7430f9f0a0c7b869520b927eb3607658a534d /scripts/makefile.32sunu
parenteaa1b0a5f2284936e164818be63604426573a313 (diff)
downloadlibpng-ea88d94dcf474623fb858986adccf90513bbea9c.tar.gz
[master] Imported from libpng-1.2.41rc03.tarv1.2.41rc03
Diffstat (limited to 'scripts/makefile.32sunu')
-rw-r--r--scripts/makefile.32sunu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.32sunu b/scripts/makefile.32sunu
index fb9cedf97..7c654dc2f 100644
--- a/scripts/makefile.32sunu
+++ b/scripts/makefile.32sunu
@@ -49,7 +49,7 @@ ZLIBINC=/usr/include
WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
-CFLAGS=-I$(ZLIBINC) $(SUN_CC_FLAGS) \
+CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) $(SUN_CC_FLAGS) \
# $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) libpng.a -lz -lm