From c36b7c085b25de15e74c9ea5c1214a59bb81743a Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 24 Mar 2016 05:55:32 +0000 Subject: syslog-ng 3.7.3 is now good enough for general use. It is copied from syslog-ng-devel to syslog-ng37. Suggested by Peter Czanik, our syslog-ng upline representative from Balabit. The old syslog-ng port now become syslog-ng36. This is the first part of a two part commit. Discussed with: Peter Czanik (CzP) Balabit / syslog-ng upstream --- sysutils/syslog-ng37/files/patch-configure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sysutils/syslog-ng37/files/patch-configure (limited to 'sysutils/syslog-ng37/files/patch-configure') diff --git a/sysutils/syslog-ng37/files/patch-configure b/sysutils/syslog-ng37/files/patch-configure new file mode 100644 index 000000000000..c3c533b2df4c --- /dev/null +++ b/sysutils/syslog-ng37/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig 2016-03-22 04:58:27.000000000 -0700 ++++ configure 2016-03-23 20:51:10.722420000 -0700 +@@ -14996,9 +14996,9 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5 + $as_echo_n "checking for LIBNET... " >&6; } + if test "x$with_libnet" = "x"; then +- LIBNET_CONFIG="`which libnet-config`" ++ LIBNET_CONFIG="`which libnet11-config`" + else +- LIBNET_CONFIG="$with_libnet/libnet-config" ++ LIBNET_CONFIG="$with_libnet/libnet11-config" + fi + + if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then -- cgit v1.2.3