summaryrefslogtreecommitdiff
path: root/graphics/xsane/patches
diff options
context:
space:
mode:
authorrh <rh>1999-07-27 21:22:41 +0000
committerrh <rh>1999-07-27 21:22:41 +0000
commit8b0c6fd9f151cbc0b15d0d280fa6595d0af9ec60 (patch)
tree908d9124cc0b64dae6ab0c0572680ef5a44f4201 /graphics/xsane/patches
parent19dd461a2c9f91ad57ba6c7378cd295b1b5072af (diff)
downloadpkgsrc-8b0c6fd9f151cbc0b15d0d280fa6595d0af9ec60.tar.gz
Fix ELF rpath
Diffstat (limited to 'graphics/xsane/patches')
-rw-r--r--graphics/xsane/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xsane/patches/patch-ab b/graphics/xsane/patches/patch-ab
index a6e9b6c1d6f..31d88a8bae1 100644
--- a/graphics/xsane/patches/patch-ab
+++ b/graphics/xsane/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.2 1999/05/03 16:29:23 rh Exp $
+$NetBSD: patch-ab,v 1.3 1999/07/27 21:22:41 rh Exp $
--- frontend/Makefile.in.orig Thu Apr 15 18:18:45 1999
-+++ frontend/Makefile.in Sun May 2 14:17:15 1999
++++ frontend/Makefile.in Tue Jul 27 23:13:08 1999
@@ -29,12 +29,12 @@
CC = @CC@
@@ -13,7 +13,7 @@ $NetBSD: patch-ab,v 1.2 1999/05/03 16:29:23 rh Exp $
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-+LIBS = @LIBS@ -L${X11BASE}/lib -lsane
++LIBS = @LIBS@ -L${X11BASE}/lib -Wl,-R${X11BASE}/lib/sane -lsane
GTK_LIBS = @GTK_LIBS@
GIMP_LIBS = @GIMP_LIBS@