summaryrefslogtreecommitdiff
path: root/scripts/makefile.hp64
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 16:04:13 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-27 15:47:49 -0600
commit5aa86761229970a25ab674748d6fbddd9e08c5a9 (patch)
tree75cd1ee5d81af584b5c6195dc6dd3904f926bd79 /scripts/makefile.hp64
parentea88d94dcf474623fb858986adccf90513bbea9c (diff)
downloadlibpng-5aa86761229970a25ab674748d6fbddd9e08c5a9.tar.gz
[master] Bump to version 1.2.41rc04
Diffstat (limited to 'scripts/makefile.hp64')
-rw-r--r--scripts/makefile.hp648
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64
index 5a94a3d34..640131de9 100644
--- a/scripts/makefile.hp64
+++ b/scripts/makefile.hp64
@@ -14,14 +14,14 @@ ZLIBINC=/opt/zlib/include
# Note that if you plan to build a libpng shared library, zlib must also
# be a shared library, which zlib's configure does not do. After running
# zlib's configure, edit the appropriate lines of makefile to read:
-# CFLAGS=-DPNG_CONFIGURE_LIBPNG -O1 -DHAVE_UNISTD -DUSE_MAP -fPIC \
+# CFLAGS=-O1 -DHAVE_UNISTD -DUSE_MAP -fPIC \
# LDSHARED=ld -b
# SHAREDLIB=libz.sl
# Library name:
LIBNAME = libpng12
PNGMAJ = 0
-PNGMIN = 1.2.41rc03
+PNGMIN = 1.2.41rc04
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -40,10 +40,10 @@ LN_SF=ln -sf
RANLIB=ranlib
RM_F=/bin/rm -f
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -O -Ae -Wl,+vnocompatwarnings +DD64 \
+CFLAGS=-I$(ZLIBINC) -O -Ae -Wl,+vnocompatwarnings +DD64 \
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +Z -DHAVE_UNISTD_H -DUSE_MMAP
# Caution: be sure you have built zlib with the same CFLAGS.
-CCFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -O -Ae -Wl,+vnocompatwarnings +DD64 \
+CCFLAGS=-I$(ZLIBINC) -O -Ae -Wl,+vnocompatwarnings +DD64 \
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +Z -DHAVE_UNISTD_H -DUSE_MMAP
LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm