diff options
Diffstat (limited to 'net/maradns/patches/patch-ag')
-rw-r--r-- | net/maradns/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/maradns/patches/patch-ag b/net/maradns/patches/patch-ag new file mode 100644 index 00000000000..8e791dcff79 --- /dev/null +++ b/net/maradns/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2005/05/13 13:25:55 salo Exp $ + +--- rng/Makefile.orig 2003-08-02 21:39:36.000000000 +0200 ++++ rng/Makefile 2005-05-13 14:54:31.000000000 +0200 +@@ -5,7 +5,7 @@ + OBJECTS=$(ROBJECTS) + TABLES=rng-32bit-tables.h + +-FLAGS = -g -O2 -Wall ++FLAGS = -g -O2 -Wall $(CFLAGS) + #FLAGS = -g + + all: $(ROBJECTS) |