summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/rbldnsd/files/rbldnsd-0.996b-asneeded.patch')
-rw-r--r--net-dns/rbldnsd/files/rbldnsd-0.996b-asneeded.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-dns/rbldnsd/files/rbldnsd-0.996b-asneeded.patch b/net-dns/rbldnsd/files/rbldnsd-0.996b-asneeded.patch
deleted file mode 100644
index 77af1d915928..000000000000
--- a/net-dns/rbldnsd/files/rbldnsd-0.996b-asneeded.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.lib.orig 2009-01-04 16:52:52.112984801 +0100
-+++ configure.lib 2009-01-04 16:53:07.680980305 +0100
-@@ -105,7 +105,7 @@
- # run a compiler
- ac_run_compiler() {
- rm -f conftest*; cat >conftest.c
-- ac_run $CC $CFLAGS "$@" conftest.c
-+ ac_run $CC $CFLAGS conftest.c "$@"
- }
-
- ac_compile() {