diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-01-18 20:09:16 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-01-18 20:09:16 +0000 |
commit | ed3c187204498824edacaefc4d4e46648131f99d (patch) | |
tree | ee2c9212772afecf07d3fcb0b4e598bceace78a4 /net/ntopng/files/patch-configure.seed | |
parent | - Update to latest version (diff) |
- Update ntopng to 3.2.2018.01.12
- Fix build with Clang 6.0
Notes
Notes:
svn path=/head/; revision=459371
Diffstat (limited to 'net/ntopng/files/patch-configure.seed')
-rw-r--r-- | net/ntopng/files/patch-configure.seed | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ntopng/files/patch-configure.seed b/net/ntopng/files/patch-configure.seed index 6e240f77f371..4311d91ce342 100644 --- a/net/ntopng/files/patch-configure.seed +++ b/net/ntopng/files/patch-configure.seed @@ -1,6 +1,6 @@ ---- configure.seed.orig 2017-06-01 07:18:57 UTC +--- configure.seed.orig 2018-01-12 09:48:20 UTC +++ configure.seed -@@ -19,26 +19,8 @@ SYSTEM=`uname -s` +@@ -29,26 +29,8 @@ fi # On CentOS 6 `git rev-list HEAD --count` does not work # # @@ -28,7 +28,7 @@ if [ test -f /usr/bin/lsb_release ]; then CODENAME=`/usr/bin/lsb_release -c|cut -f 2` if [[ $CODENAME == "wheezy" ]]; then : -@@ -54,26 +36,7 @@ GIT_BRANCH="@GIT_BRANCH@" +@@ -64,26 +46,7 @@ GIT_BRANCH="@GIT_BRANCH@" PRO_GIT_RELEASE="@PRO_GIT_RELEASE@" PRO_GIT_DATE="@PRO_GIT_DATE@" @@ -56,7 +56,7 @@ if test -d "/usr/include/openssl"; then : AC_DEFINE_UNQUOTED(NO_SSL_DL, 1, [has openssl]) -@@ -378,18 +341,6 @@ GMAKE=`which gmake` +@@ -438,18 +401,6 @@ GMAKE=`which gmake` if test x$GMAKE = x then GMAKE="make" |