summaryrefslogtreecommitdiff
path: root/x11/xwrits
diff options
context:
space:
mode:
authortv <tv>1998-07-30 12:10:29 +0000
committertv <tv>1998-07-30 12:10:29 +0000
commit99e1aea0dc5fcf7b9bc9b7aaa6a9c1deccba3cf8 (patch)
treec9f84248ebd356406f30912c87b1e33955453f44 /x11/xwrits
parent3960e7996220e3aa21b1aaf304682e1ddbbcfbdd (diff)
downloadpkgsrc-99e1aea0dc5fcf7b9bc9b7aaa6a9c1deccba3cf8.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