summaryrefslogtreecommitdiff
path: root/scripts/makefile.hpgcc
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-02 19:44:54 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-09-03 12:26:50 -0500
commit7836e2189432bc7b132789ae56abb8abb99be1cb (patch)
treeea0734a577162b81de8c9fd8c4b03d571bc5dd8b /scripts/makefile.hpgcc
parent270a623b90280d4aff84b9012b66adf314a2071d (diff)
downloadlibpng-7836e2189432bc7b132789ae56abb8abb99be1cb.tar.gz
[libpng10] Imported from libpng-1.0.51.tarv1.0.51
Diffstat (limited to 'scripts/makefile.hpgcc')
-rw-r--r--scripts/makefile.hpgcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc
index 8cee42aec..b24df8c06 100644
--- a/scripts/makefile.hpgcc
+++ b/scripts/makefile.hpgcc
@@ -11,7 +11,7 @@
# Library name:
LIBNAME = libpng10
PNGMAJ = 0
-PNGMIN = 1.0.51rc01
+PNGMIN = 1.0.51
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -56,7 +56,7 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
# for pgcc version 2.95.1, -O3 is buggy; don't use it.
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
+CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
$(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
#LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng10 -lz -lm
LDFLAGS=-L. -L$(ZLIBLIB) -lpng10 -lz -lm