aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpd/files/enable_ipv6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net/miniupnpd/files/enable_ipv6.patch')
-rw-r--r--net/miniupnpd/files/enable_ipv6.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/miniupnpd/files/enable_ipv6.patch b/net/miniupnpd/files/enable_ipv6.patch
deleted file mode 100644
index 52e59733edef..000000000000
--- a/net/miniupnpd/files/enable_ipv6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- genconfig.sh.orig 2014-04-11 01:16:49.000000000 -0700
-+++ genconfig.sh 2014-04-26 18:23:04.000000000 -0700
-@@ -417,7 +417,7 @@
- if [ -n "$IPV6" ]; then
- echo "#define ENABLE_IPV6" >> ${CONFIGFILE}
- else
-- echo "/*#define ENABLE_IPV6*/" >> ${CONFIGFILE}
-+ echo "#define ENABLE_IPV6" >> ${CONFIGFILE}
- fi
- echo "" >> ${CONFIGFILE}
-