summaryrefslogtreecommitdiff
path: root/sysutils/xps/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-03 01:46:07 +0000
committerjlam <jlam@pkgsrc.org>2001-07-03 01:46:07 +0000
commit79b9d4a8ffdb9f6571e1d1f860d07d5d12be80f1 (patch)
tree43b636e998e34e70be0c13eb3f23816af5de5128 /sysutils/xps/patches
parent6ef1a088f8c7757d7906de846bc13749a91a439d (diff)
downloadpkgsrc-79b9d4a8ffdb9f6571e1d1f860d07d5d12be80f1.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'sysutils/xps/patches')
-rw-r--r--sysutils/xps/patches/patch-aa11
-rw-r--r--sysutils/xps/patches/patch-ab13
2 files changed, 13 insertions, 11 deletions
diff --git a/sysutils/xps/patches/patch-aa b/sysutils/xps/patches/patch-aa
deleted file mode 100644
index bbf0a96dc34..00000000000
--- a/sysutils/xps/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2000/05/11 20:54:53 dmcmahill Exp $
-
---- configure.orig Sat Jul 3 08:20:28 1999
-+++ configure Thu May 11 15:50:37 2000
-@@ -1707,5 +1707,5 @@
- # It would also be nice to do this for all -L options, not just this one.
- if test -n "$x_libraries"; then
-- X_LIBS="$X_LIBS -L$x_libraries"
-+ X_LIBS="$X_LIBS -L$x_libraries -Wl,-R$x_libraries"
- # For Solaris; some versions of Sun CC require a space after -R and
- # others require no space. Words are not sufficient . . . .
diff --git a/sysutils/xps/patches/patch-ab b/sysutils/xps/patches/patch-ab
new file mode 100644
index 00000000000..c0d1dd6c550
--- /dev/null
+++ b/sysutils/xps/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/07/03 01:46:07 jlam Exp $
+
+--- Makefile.in.orig Mon Jul 5 18:32:56 1999
++++ Makefile.in
+@@ -57,7 +57,7 @@
+ INCLUDES = -I. @XINCLUDES@
+ LIBS = @LIBS@
+ ALL_CFLAGS = $(CFLAGS) $(X_CFLAGS) $(INCLUDES)
+-ALL_LIBS = $(LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS)
++ALL_LIBS = $(LDFLAGS) $(LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS)
+
+ PERL = perl
+