]> git.pld-linux.org Git - packages/libpng.git/blame - libpng-libdirfix.patch
- +sparcv9
[packages/libpng.git] / libpng-libdirfix.patch
CommitLineData
2228602b
JB
1--- libpng-1.2.9/scripts/makefile.linux.libdirfix 2003-02-24 19:32:51.000000000 -0500
2+++ libpng-1.2.9/scripts/makefile.linux 2003-02-24 19:33:26.000000000 -0500
e7b1bd2c
AM
3@@ -60,7 +60,7 @@
4 $(RANLIB) $@
5
6 libpng.pc:
7- cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! > libpng.pc
2228602b 8+ cat scripts/libpng.pc.in | sed -e "s,@prefix@,$(prefix),;s,@exec_prefix@,$(exec_prefix),;s,@libdir@,$(LIBPATH),;s,@includedir@,$(INCPATH),;s,@PNGLIB_VERSION@,$(PNGMIN),;s,@PNGLIB_MAJOR@,12," > libpng.pc
78a41bb2 9
10 $(LIBNAME).so: $(LIBNAME).so.$(PNGMAJ)
11 ln -sf $(LIBNAME).so.$(PNGMAJ) $(LIBNAME).so
2228602b
JB
12--- libpng-1.2.9/scripts/makefile.gcmmx.libdirfix 2003-02-24 19:32:51.000000000 -0500
13+++ libpng-1.2.9/scripts/makefile.gcmmx 2003-02-24 19:33:26.000000000 -0500
78a41bb2 14@@ -60,7 +60,7 @@
15 $(RANLIB) $@
16
17 libpng.pc:
18- cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! > libpng.pc
2228602b 19+ cat scripts/libpng.pc.in | sed -e "s,@prefix@,$(prefix),;s,@exec_prefix@,$(exec_prefix),;s,@libdir@,$(LIBPATH),;s,@includedir@,$(INCPATH),;s,@PNGLIB_VERSION@,$(PNGMIN),;s,@PNGLIB_MAJOR@,12," > libpng.pc
e7b1bd2c
AM
20
21 $(LIBNAME).so: $(LIBNAME).so.$(PNGMAJ)
22 ln -sf $(LIBNAME).so.$(PNGMAJ) $(LIBNAME).so
This page took 0.031091 seconds and 4 git commands to generate.