summaryrefslogtreecommitdiff
path: root/scripts/makefile.solaris
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-05-07 17:12:33 -0500
committerGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-05-07 17:12:33 -0500
commit031a8648cb7101c5fa057a3771c60a6da54e51d4 (patch)
tree481dc50891b2882a3e554aaeafcf3ae3eccc034b /scripts/makefile.solaris
parenta8476a84049c47d5533aee653832f664e06214de (diff)
downloadlibpng-031a8648cb7101c5fa057a3771c60a6da54e51d4.tar.gz
Merged scripts/makefiles and other scripts with libpng-1.4.0beta57.
These are mostly just cosmetic changes.
Diffstat (limited to 'scripts/makefile.solaris')
-rw-r--r--scripts/makefile.solaris3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/makefile.solaris b/scripts/makefile.solaris
index 8ac3250c5..d5c4c9f31 100644
--- a/scripts/makefile.solaris
+++ b/scripts/makefile.solaris
@@ -43,8 +43,7 @@ ZLIBINC=/usr/local/include
WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
-Wmissing-declarations -Wtraditional -Wcast-align \
-Wstrict-prototypes -Wmissing-prototypes #-Wconversion
-CFLAGS=-I$(ZLIBINC) -W -Wall -O \
- -DPNG_NO_MMX_CODE; \
+CFLAGS=-I$(ZLIBINC) -W -Wall -O -DPNG_NO_MMX_CODE; \
# $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -R. -L$(ZLIBLIB) -R$(ZLIBLIB) -lpng12 -lz -lm