source:
patches/libpng-1.2.7-fix_pc_for_biarch.patch@
9b5d6cdc
Last change on this file since 9b5d6cdc was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.1 KB |
-
scripts/libpng.pc.in
Submitted By: Ryan Oliver <ryan.oliver AT pha.com.au> Date: 2004-10-28 Initial Package Version: 1.2.7 Origin: Ryan Oliver Description: Patch ensures generated pkgconfig file points to the correct location for the installed libraries diff -uNr libpng-1.2.7-orig/scripts/libpng.pc.in libpng-1.2.7/scripts/libpng.pc.in
old new 1 1 2 2 prefix=@PREFIX@ 3 3 exec_prefix=${prefix} 4 libdir= ${exec_prefix}/lib4 libdir=@LIBPATH@ 5 5 includedir=${exec_prefix}/include 6 6 7 7 Name: libpng12 -
scripts/makefile.linux
diff -uNr libpng-1.2.7-orig/scripts/makefile.linux libpng-1.2.7/scripts/makefile.linux
old new 78 78 $(RANLIB) $@ 79 79 80 80 libpng.pc: 81 cat scripts/libpng.pc.in | sed -e s\!@PREFIX@!$(prefix)! > libpng.pc 81 cat scripts/libpng.pc.in | \ 82 sed -e s\!@PREFIX@!$(prefix)! \ 83 -e s\!@LIBPATH@!$(LIBPATH)! > libpng.pc 82 84 83 85 libpng-config: 84 86 ( cat scripts/libpng-config-head.in; \
Note:
See TracBrowser
for help on using the repository browser.