pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ndpi/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  1 04:51:57 UTC 2016

Added Files:
        pkgsrc/net/ndpi/patches: patch-configure.ac

Log Message:
Added patches/patch-configure.ac


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ndpi/patches/patch-configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/ndpi/patches/patch-configure.ac
diff -u /dev/null pkgsrc/net/ndpi/patches/patch-configure.ac:1.1
--- /dev/null   Fri Jul  1 04:51:57 2016
+++ pkgsrc/net/ndpi/patches/patch-configure.ac  Fri Jul  1 04:51:57 2016
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2016/07/01 04:51:57 adam Exp $
+
+Portability fix.
+
+--- configure.ac.orig  2016-06-28 16:05:04.000000000 +0000
++++ configure.ac
+@@ -67,7 +67,7 @@ AC_ARG_ENABLE([json-c],
+ AS_IF([test "x$enable_json_c" != "xno"], [
+        PKG_CONFIG_PATH=/usr/local/share/pkgconfig:$PKG_CONFIG_PATH
+        pkg-config --exists json-c
+-       AS_IF([test "$?" == "0"],
++       AS_IF([test "$?" = "0"],
+              [
+               CFLAGS="$CFLAGS $(pkg-config --cflags json-c)"
+               LDFLAGS="$LDFLAGS $(pkg-config --libs json-c)"



Home | Main Index | Thread Index | Old Index