diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 06:55:03 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 06:55:03 +0000 |
commit | f5274cd14f2e5515fd769097b6b2eac9d2da28db (patch) | |
tree | c48f72523864dfd36037744198b008150f3a587d /graphics | |
parent | 042c5632348bd3e5ecbdc483c9ca8c75a395e255 (diff) | |
download | pkgsrc-f5274cd14f2e5515fd769097b6b2eac9d2da28db.tar.gz |
Add an rpath statement for elf machines. Fixing pr 5838 (Tim Rightnour)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hp2xx/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hp2xx/patches/patch-ab b/graphics/hp2xx/patches/patch-ab index 2972fbc4e79..1465162348a 100644 --- a/graphics/hp2xx/patches/patch-ab +++ b/graphics/hp2xx/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.3 1998/08/07 10:40:47 agc Exp $ +$NetBSD: patch-ab,v 1.4 1998/08/23 06:55:03 garbled Exp $ --- sources/Makefile.orig Mon Nov 15 22:47:49 1993 +++ sources/Makefile Tue Jul 28 11:39:53 1998 @@ -17,7 +17,7 @@ $NetBSD: patch-ab,v 1.3 1998/08/07 10:40:47 agc Exp $ -LFLAGS = # only sometimes needed; see below for examples -CPPFLAGS = -I. # only sometimes needed; see below for examples -+LFLAGS = -L${X11BASE}/lib # only sometimes needed; see below for examples ++LFLAGS = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib # only sometimes needed; see below for examples +CPPFLAGS = -I. -I${X11BASE}/include # only sometimes needed; see below for examples BINDCMD = # only needed for EMX and DJGPP DOS extenders |