diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2023-01-04 20:28:58 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-01-04 20:35:48 +0000 |
commit | 64bcfa1862df7eb01a7ac7cbc6a841b7b038cdc5 (patch) | |
tree | 23d1a19e22e00f535c121d98fbd04f788008958a /databases/rrdtool/files/patch-configure | |
parent | graphics/libplacebo: update to 5.229.2 (diff) |
databases/rrdtool: Fix build with PYTHON option on
- Add py-setuptools build dependency to PYTHON option (Build PYTHON bindings)
to fix build when this option is used
- Add harfbuzz lib depends to GRAPH option (Enable the rrdtool graph command)
- Use configure helper for EXAMPLES option
- Define LICENSE_FILE
PR: 265203
Reported by: Sigi <freebsd-bt@beatsnet.com>
MFH: 2023Q1 (build fixes)
Diffstat (limited to 'databases/rrdtool/files/patch-configure')
-rw-r--r-- | databases/rrdtool/files/patch-configure | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/databases/rrdtool/files/patch-configure b/databases/rrdtool/files/patch-configure index a1656b431ccf..a70b30a69a20 100644 --- a/databases/rrdtool/files/patch-configure +++ b/databases/rrdtool/files/patch-configure @@ -1,6 +1,6 @@ --- configure.orig 2022-03-14 14:29:38 UTC +++ configure -@@ -22491,7 +22491,7 @@ else +@@ -22491,7 +22491,7 @@ fi if test "${enable_ruby_site_install+set}" = set; then : enableval=$enable_ruby_site_install; RUBY_MAKE_OPTIONS= else @@ -9,19 +9,7 @@ fi -@@ -23388,9 +23388,9 @@ else - if test -x "$PYTHON_CONFIG"; then - PYTHON_INCLUDES=`$PYTHON_CONFIG --includes 2>/dev/null` - else -- 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 - fi - -@@ -28807,19 +28807,6 @@ $as_echo "and out again" >&6; } +@@ -28807,19 +28807,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; } |