summaryrefslogtreecommitdiff
path: root/games/xpat2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpat2/patches/patch-ab')
-rw-r--r--games/xpat2/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xpat2/patches/patch-ab b/games/xpat2/patches/patch-ab
new file mode 100644
index 00000000000..879013491d5
--- /dev/null
+++ b/games/xpat2/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2000/11/30 17:48:06 agc Exp $
+
+Use the correct xmkmf, in case xpkgwedge is installed
+
+--- Makefile 2000/11/30 17:28:17 1.1
++++ Makefile 2000/11/30 17:29:36
+@@ -12,7 +12,7 @@
+ # no longer valid.
+
+ all:
+- (cd src && xmkmf && $(MAKE) && strip xpat2)
++ (cd src && ${XMKMF} && $(MAKE) && strip xpat2)
+
+ manual:
+ (cd doc && $(MAKE) xpat2.ps)