aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/collectd5
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-08-07 16:47:57 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-08-07 16:47:57 +0000
commit10f62ee1ccb7ab6a29b7116395208322bf221bf5 (patch)
treedd4c6db63ff9abe16a43d6dbf9642d7d3478f32d /net-mgmt/collectd5
parent924a4b9f72dcf370f61cb2cd6bdf06087852412e (diff)
downloadports-10f62ee1ccb7ab6a29b7116395208322bf221bf5.tar.gz
ports-10f62ee1ccb7ab6a29b7116395208322bf221bf5.zip
Notes
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r--net-mgmt/collectd5/files/patch-configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-mgmt/collectd5/files/patch-configure.ac b/net-mgmt/collectd5/files/patch-configure.ac
index 65b9577d32e0..59d1b0d78728 100644
--- a/net-mgmt/collectd5/files/patch-configure.ac
+++ b/net-mgmt/collectd5/files/patch-configure.ac
@@ -39,15 +39,6 @@
fi
CPPFLAGS="$SAVE_CPPFLAGS"
-@@ -3454,7 +3451,7 @@
- if test "x$with_python" = "xyes"
- then
- AC_MSG_CHECKING([for Python LIBS])
-- python_library_flags=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_vars(\"BLDLIBRARY\").__getitem__(0))" | "$with_python_prog" 2>&1`
-+ python_library_flags=`echo "import distutils.sysconfig;import sys;sys.stdout.write(distutils.sysconfig.get_config_var(\"LINKFORSHARED\")+\" -L\"+distutils.sysconfig.get_config_vars(\"LIBDIR\").__getitem__(0)+\" -l\"+distutils.sysconfig.get_config_vars(\"BLDLIBRARY\").__getitem__(0).replace(\"lib\", \"\").replace(\".a\", \"\"))" | "$with_python_prog" 2>&1`
- python_config_status=$?
-
- if test "$python_config_status" -ne 0 || test "x$python_library_flags" = "x"
@@ -3469,7 +3466,7 @@
if test "x$with_python" = "xyes"
then