summaryrefslogtreecommitdiff
path: root/databases/rrdtool/files/patch-configure
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2017-09-21 15:04:49 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2017-09-21 15:04:49 +0000
commit6943564acd7c1335fa341ab37af537d0cf58814e (patch)
treeb936df13a03237cfd19a1737dbf3f7e9b9ed9af3 /databases/rrdtool/files/patch-configure
parentNew port: devel/rubygem-bootstrap_form (diff)
Update to 1.7.0
Fix packaging with pyton support. While here, remove the annoying sleeps at the end of the configure script. PR: 221768 Submitted by: Daniel Ylitalo <daniel AT blodan DOT se> Committed at: FreeBSD 201709 DevSummit
Notes
Notes: svn path=/head/; revision=450262
Diffstat (limited to 'databases/rrdtool/files/patch-configure')
-rw-r--r--databases/rrdtool/files/patch-configure35
1 files changed, 33 insertions, 2 deletions
diff --git a/databases/rrdtool/files/patch-configure b/databases/rrdtool/files/patch-configure
index b8c70e3432c4..32328d990c0b 100644
--- a/databases/rrdtool/files/patch-configure
+++ b/databases/rrdtool/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2015-11-10 16:59:23 UTC
+--- configure.orig 2017-05-16 11:55:23 UTC
+++ configure
-@@ -13172,7 +13172,7 @@ fi
+@@ -13698,7 +13698,7 @@ fi
if test "x$GCC" = "xyes"; then
@@ -9,3 +9,34 @@
oCFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $flag"
cachename=rd_cv_gcc_flag_`echo $flag|sed 's/[^A-Za-z]/_/g'`
+@@ -22422,9 +22422,9 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
+ $as_echo_n "checking for headers required to compile python extensions... " >&6; }
+ py_prefix=`$PYTHON -c "import sys; print(sys.prefix)"`
+ py_exec_prefix=`$PYTHON -c "import sys; print(sys.exec_prefix)"`
+-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
++PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION} -I${py_prefix}/include/python${PYTHON_VERSION}m"
+ if test "$py_prefix" != "$py_exec_prefix"; then
+- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
++ PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION} -I${py_exec_prefix}/include/python${PYTHON_VERSION}m"
+ fi
+
+ save_CPPFLAGS="$CPPFLAGS"
+@@ -27780,18 +27780,6 @@ $as_echo_n "checking in... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5
+ $as_echo "and out again" >&6; }
+
+-echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-echo $ECHO_N ".$ECHO_C" 1>&6
+-sleep 1
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5
+-$as_echo " just kidding ;-)" >&6; }
+ echo
+ echo "----------------------------------------------------------------"
+ echo "Config is DONE!"