summaryrefslogtreecommitdiff
path: root/scripts/makefile.hp64
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.hp64')
-rw-r--r--scripts/makefile.hp647
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64
index b7a16a664..4b8f3b3d2 100644
--- a/scripts/makefile.hp64
+++ b/scripts/makefile.hp64
@@ -18,7 +18,7 @@ ZLIBINC=/opt/zlib/include
# Library name:
LIBNAME = libpng12
PNGMAJ = 0
-PNGMIN = 1.2.21rc1
+PNGMIN = 1.2.21rc2
PNGVER = $(PNGMAJ).$(PNGMIN)
# Shared library names:
@@ -86,7 +86,10 @@ libpng.a: $(OBJS)
$(RANLIB) $@
libpng.pc:
- cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! > libpng.pc
+ cat scripts/libpng.pc.in | sed -e s!@prefix@!$(prefix)! \
+ -e s!@exec_prefix@!$(exec_prefix)! \
+ -e s!@libdir@!$(LIBPATH)! \
+ -e s!@includedir@!$(INCPATH)! > libpng.pc
libpng-config:
( cat scripts/libpng-config-head.in; \