diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-20 12:27:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-20 12:27:20 +0000 |
commit | 0a8d01d54b2d0bcb3313f1c7c4f9adb2e987ec1b (patch) | |
tree | b5ae4ad1bb2b7ae2b381ce8d985ef85118f9198a /net/quagga/files/patch-configure | |
parent | Fix pkg-plist. (diff) |
Fix build.
As I managed to somehow build it yesterday before committing the update,
and I am removing an option, I'm bumping PORTREVISION
Submitted by: pkg-fallout
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=424324
Diffstat (limited to 'net/quagga/files/patch-configure')
-rw-r--r-- | net/quagga/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/quagga/files/patch-configure b/net/quagga/files/patch-configure new file mode 100644 index 000000000000..7fa6e3778571 --- /dev/null +++ b/net/quagga/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2016-10-18 13:06:39 UTC ++++ configure +@@ -19874,7 +19874,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 |