diff options
Diffstat (limited to 'net/maradns/patches/patch-af')
-rw-r--r-- | net/maradns/patches/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/maradns/patches/patch-af b/net/maradns/patches/patch-af new file mode 100644 index 00000000000..83a9aa6c691 --- /dev/null +++ b/net/maradns/patches/patch-af @@ -0,0 +1,11 @@ +$NetBSD: patch-af,v 1.1 2005/05/13 13:25:55 salo Exp $ + +--- libs/Makefile.orig 2003-08-02 21:39:36.000000000 +0200 ++++ libs/Makefile 2005-05-13 14:53:39.000000000 +0200 +@@ -1,5 +1,5 @@ + OBJECTS = JsStr.o JsStrOS.o JsStrCP.o MaraHash.o +-FLAGS = -g -O2 -Wall $(DEBUG) ++FLAGS = -g -O2 -Wall $(DEBUG) $(CFLAGS) + #FLAGS = -g -DDEBUG -DTHREADS + #FLAGS = -g $(DEBUG) + |