summaryrefslogtreecommitdiff
path: root/net/dgd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd/patches/patch-aa')
-rw-r--r--net/dgd/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/dgd/patches/patch-aa b/net/dgd/patches/patch-aa
new file mode 100644
index 00000000000..9323993cebc
--- /dev/null
+++ b/net/dgd/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/04/25 15:19:37 tron Exp $
+
+--- Makefile.orig Wed Dec 20 05:13:29 2000
++++ Makefile Tue Aug 21 10:48:37 2001
+@@ -7,3 +7,3 @@
+ CCFLAGS=$(DEFINES) $(DEBUG)
+-CFLAGS= -I. -Icomp -Ilex -Ied -Iparser -Ikfun $(CCFLAGS)
++CFLAGS+= -I. -Icomp -Ilex -Ied -Iparser -Ikfun $(CCFLAGS)
+ LDFLAGS=
+@@ -11,3 +11,3 @@
+ LINTFLAGS=-abcehpruz
+-CC= gcc
++CC?= gcc
+ LD= $(CC)
+@@ -22,2 +22,4 @@
+ interpret.o config.o
++
++all: a.out
+