diff options
author | rh <rh> | 1999-07-27 21:22:41 +0000 |
---|---|---|
committer | rh <rh> | 1999-07-27 21:22:41 +0000 |
commit | 8e3bea231703c6835fa5b76f9eee06f83cbad90c (patch) | |
tree | 908d9124cc0b64dae6ab0c0572680ef5a44f4201 /graphics | |
parent | 7a6a8311669761f314a19cbf024b9c2565f3ca44 (diff) | |
download | pkgsrc-8e3bea231703c6835fa5b76f9eee06f83cbad90c.tar.gz |
Fix ELF rpath
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xsane/patches/patch-ab | 6 |
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@ |