pkgsrc/print/gimp-print-lib/patches/patch-ab
drochner 8fa281b00d update to 4.2.5
changes:
-bugfixes
-If Foomatic 2.9.x is installed, the Foomatic data will be
 generated with additional features
-automatic paper cutter is now functional on the
 Epson Stylus Photo 925, 950/960, and 2100/2200
-Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200
-i18n
2003-04-23 17:32:59 +00:00

13 lines
375 B
Text

$NetBSD: patch-ab,v 1.2 2003/04/23 17:33:01 drochner Exp $
--- src/main/gimpprint-config.in.orig 2003-01-24 03:10:29.000000000 +0100
+++ src/main/gimpprint-config.in 2003-04-03 22:06:48.000000000 +0200
@@ -87,7 +87,7 @@
fi
if test "$echo_libs" = "yes"; then
- libdirs=-L@libdir@
+ libdirs="-L@libdir@ -Wl,-R@libdir@"
echo $libdirs $gimpprint_libs
fi