summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/maradns/patches/patch-af11
-rw-r--r--net/maradns/patches/patch-ag13
-rw-r--r--net/maradns/patches/patch-ah13
3 files changed, 0 insertions, 37 deletions
diff --git a/net/maradns/patches/patch-af b/net/maradns/patches/patch-af
deleted file mode 100644
index 83a9aa6c691..00000000000
--- a/net/maradns/patches/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
-$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)
-
diff --git a/net/maradns/patches/patch-ag b/net/maradns/patches/patch-ag
deleted file mode 100644
index 8e791dcff79..00000000000
--- a/net/maradns/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$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)
diff --git a/net/maradns/patches/patch-ah b/net/maradns/patches/patch-ah
deleted file mode 100644
index 49687de65cc..00000000000
--- a/net/maradns/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2005/05/13 13:25:55 salo Exp $
-
---- tools/Makefile.orig 2003-08-02 21:39:36.000000000 +0200
-+++ tools/Makefile 2005-05-13 14:56:09.000000000 +0200
-@@ -7,7 +7,7 @@
- POBJECTS=../parse/ParseCsv1.o ../parse/ParseMaraRc.o
- EXECS=askmara strip.control benchmark
-
--FLAGS = -g -O2 $(DEBUG)
-+FLAGS = -g -O2 $(DEBUG) $(CFLAGS) $(LDFLAGS)
- #FLAGS = -g $(DEBUG)
-
- all: $(EXECS)