From f1ef83b857f555f0c7a6182ca02002b63cfe80f9 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 18 Feb 2022 19:36:53 +0100 Subject: math/octave: switch to Qhull8 Patch obtained from https://savannah.gnu.org/bugs/download.php?file_id=51705 PR: 261281 Approved by: stephen (maintainer) --- math/octave/files/patch-config.in.h | 43 +++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 math/octave/files/patch-config.in.h (limited to 'math/octave/files/patch-config.in.h') diff --git a/math/octave/files/patch-config.in.h b/math/octave/files/patch-config.in.h new file mode 100644 index 000000000000..0ed488054fff --- /dev/null +++ b/math/octave/files/patch-config.in.h @@ -0,0 +1,43 @@ +--- config.in.h.orig 2021-10-30 14:20:24 UTC ++++ config.in.h +@@ -1153,11 +1153,11 @@ + /* Define to 1 if you have the `m' library (-lm). */ + #undef HAVE_LIBM + +-/* Define to 1 if you have the header file. */ +-#undef HAVE_LIBQHULL_H ++/* Define to 1 if you have the header file. */ ++#undef HAVE_LIBQHULL_R_H + +-/* Define to 1 if you have the header file. */ +-#undef HAVE_LIBQHULL_LIBQHULL_H ++/* Define to 1 if you have the header file. */ ++#undef HAVE_LIBQHULL_R_LIBQHULL_R_H + + /* Define to 1 if you have the `sun' library (-lsun). */ + #undef HAVE_LIBSUN +@@ -1493,15 +1493,6 @@ + /* Define to 1 if Qhull is available. */ + #undef HAVE_QHULL + +-/* Define to 1 if you have the header file. */ +-#undef HAVE_QHULL_H +- +-/* Define to 1 if you have the header file. */ +-#undef HAVE_QHULL_LIBQHULL_H +- +-/* Define to 1 if you have the header file. */ +-#undef HAVE_QHULL_QHULL_H +- + /* Define to 1 if you have the `qInstallMessageHandler' function. */ + #undef HAVE_QINSTALLMESSAGEHANDLER + +@@ -2252,7 +2243,7 @@ + #undef NEED_MKTIME_WORKING + + /* Define to 1 if the Qhull library needs a qh_version variable defined. */ +-#undef NEED_QHULL_VERSION ++#undef NEED_QHULL_R_VERSION + + /* Define to 1 to enable general improvements of setlocale. */ + #undef NEED_SETLOCALE_IMPROVED -- cgit v1.2.3