summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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