diff options
Diffstat (limited to 'net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch')
-rw-r--r-- | net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch b/net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch deleted file mode 100644 index 5861ee5841c9..000000000000 --- a/net-dns/knot/files/2.0.0_beta-spell-enable-vars-correctly.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2015-05-10 19:25:43.365929384 +0200 -+++ configure 2015-05-10 19:26:00.452648532 +0200 -@@ -12833,7 +12833,7 @@ - if test "$enable_daemon" = "yes"; then : - - --if test "$enable_system" != "no"; then : -+if test "$enable_systemd" != "no"; then : - - case $enable_systemd in #( - auto) : |