diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 08:40:41 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 08:40:41 -0600 |
commit | 03f9b0295366daa5a0b0754c69d8d0db5294865b (patch) | |
tree | c22b28a9038258a49f3d200dfce82eb46cf5d18b /scripts/makefile.32sunu | |
parent | ce96c3e6b7eef3d3bea65ed87df53594c1234dc0 (diff) | |
download | libpng-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.32sunu')
-rw-r--r-- | scripts/makefile.32sunu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.32sunu b/scripts/makefile.32sunu index 90f539784..b43053256 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=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) $(SUN_CC_FLAGS) \ +CFLAGS=-I$(ZLIBINC) $(SUN_CC_FLAGS) \ # $(WARNMORE) -g -DPNG_DEBUG=5 LDFLAGS=$(SUN_LD_FLAGS) -L$(ZLIBLIB) -R$(ZLIBLIB) libpng.a -lz -lm |