diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2007-09-27 07:11:59 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-09-03 12:25:04 -0500 |
commit | ad57dbb5300733e15d408d28aec82fd6d3471e0f (patch) | |
tree | 372b79730ff4094688d54eaf3b05aaaf143ef237 /scripts/makefile.64sunu | |
parent | 39acfab5bc9a5b1cabc4d07742885e770cdf9aa3 (diff) | |
download | libpng-ad57dbb5300733e15d408d28aec82fd6d3471e0f.tar.gz |
[libpng10] Imported from libpng-1.0.29rc3.tarv1.0.29rc3
Diffstat (limited to 'scripts/makefile.64sunu')
-rw-r--r-- | scripts/makefile.64sunu | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/makefile.64sunu b/scripts/makefile.64sunu index 0f851094c..82c37b2d9 100644 --- a/scripts/makefile.64sunu +++ b/scripts/makefile.64sunu @@ -8,7 +8,7 @@ # Library name: LIBNAME=libpng10 PNGMAJ = 0 -PNGMIN = 1.0.29rc2 +PNGMIN = 1.0.29rc3 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: @@ -88,7 +88,11 @@ 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)! \ + -e s!-lpng10!-lpng10\ -lz\ -lm! > libpng.pc libpng-config: ( cat scripts/libpng-config-head.in; \ |