summaryrefslogtreecommitdiff
path: root/print/gimp-print-lib/patches/patch-ab
blob: dbd65a11d507e21f6a548419bbb1ec67a034f7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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