summaryrefslogtreecommitdiff
path: root/x11/xwrits
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-30 12:10:29 +0000
committertv <tv@pkgsrc.org>1998-07-30 12:10:29 +0000
commit441a1ad66ea35e1e7d0f6dfcc07a3918b435dc9f (patch)
treec9f84248ebd356406f30912c87b1e33955453f44 /x11/xwrits
parentcab1143c95e509819765acb0102fe6816734d25e (diff)
downloadpkgsrc-441a1ad66ea35e1e7d0f6dfcc07a3918b435dc9f.tar.gz
Add rpath as per PR 5874 from Tim Rightnour (${PREFIX}->${X11BASE}). Did
not add USE_X11 as this pkg can root at /usr/pkg without modification.
Diffstat (limited to 'x11/xwrits')
-rw-r--r--x11/xwrits/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xwrits/patches/patch-aa b/x11/xwrits/patches/patch-aa
new file mode 100644
index 00000000000..0331e1271ad
--- /dev/null
+++ b/x11/xwrits/patches/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Thu Jul 30 08:06:57 1998
++++ Makefile.in Thu Jul 30 08:07:12 1998
+@@ -21,7 +21,7 @@
+ CFLAGS = @CFLAGS@
+ CPPFLAGS = @X_CFLAGS@ @DEFS@
+ PROFILING =
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = -Wl,-R${X11BASE}/lib @LDFLAGS@
+ LIBS = @X_LIBS@ @X_PRE_LIBS@ -lX11 -lm @X_EXTRA_LIBS@
+ RM = /bin/rm -f
+ MV = /bin/mv