aboutsummaryrefslogtreecommitdiff
path: root/net/quagga/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-01-24 23:22:39 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-01-24 23:22:39 +0000
commitb3f3e3d08be794946b70fbcdad16ffadcc1198a8 (patch)
tree1559c0cc75f7f7f24212b2a79b9fee8c7a44f8c4 /net/quagga/files
parent97b5cbb77a94c92d41feaa152db6c0bed676b510 (diff)
downloadports-b3f3e3d08be794946b70fbcdad16ffadcc1198a8.tar.gz
ports-b3f3e3d08be794946b70fbcdad16ffadcc1198a8.zip
Fix build after last automake update.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=377839
Diffstat (limited to 'net/quagga/files')
-rw-r--r--net/quagga/files/patch-configure11
-rw-r--r--net/quagga/files/patch-configure.ac11
2 files changed, 11 insertions, 11 deletions
diff --git a/net/quagga/files/patch-configure b/net/quagga/files/patch-configure
new file mode 100644
index 000000000000..b9640b0124b5
--- /dev/null
+++ b/net/quagga/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2014-08-25 17:02:06 UTC
++++ configure
+@@ -18158,7 +18158,7 @@ fi
+
+
+
+-if test "${enable_snmp}" != ""; then
++if test "x${enable_snmp}" != "xno"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args.
+ set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2
diff --git a/net/quagga/files/patch-configure.ac b/net/quagga/files/patch-configure.ac
deleted file mode 100644
index ca491c46db73..000000000000
--- a/net/quagga/files/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig 2014-08-25 16:56:53 UTC
-+++ configure.ac
-@@ -1415,7 +1415,7 @@
- dnl ------------------
- dnl check Net-SNMP library
- dnl ------------------
--if test "${enable_snmp}" != ""; then
-+if test "x${enable_snmp}" != "xno"; then
- AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], [no])
- if test x"$NETSNMP_CONFIG" = x"no"; then
- AC_MSG_ERROR([--enable-snmp given but unable to find net-snmp-config])