summaryrefslogtreecommitdiff
path: root/devel/maketool/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'devel/maketool/patches/patch-ag')
-rw-r--r--devel/maketool/patches/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/maketool/patches/patch-ag b/devel/maketool/patches/patch-ag
new file mode 100644
index 00000000000..ebc0a205ff2
--- /dev/null
+++ b/devel/maketool/patches/patch-ag
@@ -0,0 +1,14 @@
+$NetBSD: patch-ag,v 1.1 1999/10/13 11:31:31 fredb Exp $
+
+--- common.h.orig Sun Sep 5 06:39:31 1999
++++ common.h Wed Oct 13 04:42:55 1999
+@@ -81,5 +81,9 @@
+ #define _(s) gettext(s)
+ #endif
+
++#ifndef GNU_MAKE
++#define GNU_MAKE make
++#endif
++
+
+ #endif /* _common_h_ */