diff options
author | rh <rh@pkgsrc.org> | 1999-07-27 21:22:41 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-07-27 21:22:41 +0000 |
commit | 35b102c70d478029195064d980e822d892b0bab2 (patch) | |
tree | 908d9124cc0b64dae6ab0c0572680ef5a44f4201 /graphics/xsane | |
parent | 37be70304311cd0c7cb26542ea9239af586c62b5 (diff) | |
download | pkgsrc-35b102c70d478029195064d980e822d892b0bab2.tar.gz |
Fix ELF rpath
Diffstat (limited to 'graphics/xsane')
-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@ |