]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/commitdiff
- new; fix libdir location on amd64 auto/ac/libpng-1_2_6-0_beta2_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Dec 2003 22:43:59 +0000 (22:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng-libdirfix.patch -> 1.1

libpng-libdirfix.patch [new file with mode: 0644]

diff --git a/libpng-libdirfix.patch b/libpng-libdirfix.patch
new file mode 100644 (file)
index 0000000..ccae619
--- /dev/null
@@ -0,0 +1,22 @@
+--- libpng-1.2.2/scripts/makefile.linux.libdirfix      2003-02-24 19:32:51.000000000 -0500
++++ libpng-1.2.2/scripts/makefile.linux        2003-02-24 19:33:26.000000000 -0500
+@@ -60,7 +60,7 @@
+       $(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\!@LIBPATH@!$(LIBPATH)! > libpng.pc
+ $(LIBNAME).so: $(LIBNAME).so.$(PNGMAJ)
+       ln -sf $(LIBNAME).so.$(PNGMAJ) $(LIBNAME).so
+--- libpng-1.2.2/scripts/libpng.pc.in.libdirfix        2003-02-24 19:31:45.000000000 -0500
++++ libpng-1.2.2/scripts/libpng.pc.in  2003-02-24 19:31:53.000000000 -0500
+@@ -1,7 +1,7 @@
+ prefix=@PREFIX@
+ exec_prefix=${prefix}
+-libdir=${exec_prefix}/lib
++libdir=@LIBPATH@
+ includedir=${exec_prefix}/include
+ Name: libpng12
This page took 0.057385 seconds and 4 git commands to generate.