]> git.pld-linux.org Git - packages/crossmingw32-libpng.git/blame - libpng-libdirfix.patch
- new; fix libdir location on amd64
[packages/crossmingw32-libpng.git] / libpng-libdirfix.patch
CommitLineData
d1b9fc72
AM
1--- libpng-1.2.2/scripts/makefile.linux.libdirfix 2003-02-24 19:32:51.000000000 -0500
2+++ libpng-1.2.2/scripts/makefile.linux 2003-02-24 19:33:26.000000000 -0500
3@@ -60,7 +60,7 @@
4 $(RANLIB) $@
5
6 libpng.pc:
7- cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! > libpng.pc
8+ cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! -e s\!@LIBPATH@!$(LIBPATH)! > libpng.pc
9
10 $(LIBNAME).so: $(LIBNAME).so.$(PNGMAJ)
11 ln -sf $(LIBNAME).so.$(PNGMAJ) $(LIBNAME).so
12--- libpng-1.2.2/scripts/libpng.pc.in.libdirfix 2003-02-24 19:31:45.000000000 -0500
13+++ libpng-1.2.2/scripts/libpng.pc.in 2003-02-24 19:31:53.000000000 -0500
14@@ -1,7 +1,7 @@
15
16 prefix=@PREFIX@
17 exec_prefix=${prefix}
18-libdir=${exec_prefix}/lib
19+libdir=@LIBPATH@
20 includedir=${exec_prefix}/include
21
22 Name: libpng12
This page took 0.142379 seconds and 4 git commands to generate.