diff --git a/net/xtables-addons/patches/003-redundant-bracket.patch b/net/xtables-addons/patches/003-redundant-bracket.patch new file mode 100644 index 000000000..d57f4ba84 --- /dev/null +++ b/net/xtables-addons/patches/003-redundant-bracket.patch @@ -0,0 +1,11 @@ +--- a/configure.ac 2010-11-05 19:42:22.000000000 +0100 ++++ b/configure.ac 2011-01-08 17:36:12.000000000 +0100 +@@ -28,7 +28,7 @@ + + AC_ARG_WITH([xtlibdir], + AS_HELP_STRING([--with-xtlibdir=PATH], +- [Path where to install Xtables extensions [[autodetect]]]]), ++ [Path where to install Xtables extensions [[autodetect]]]), + [xtlibdir="$withval"]) + AC_MSG_CHECKING([Xtables module directory]) + AC_MSG_RESULT([$xtlibdir])