diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-02-18 19:36:53 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-02-18 19:44:54 +0100 |
commit | f1ef83b857f555f0c7a6182ca02002b63cfe80f9 (patch) | |
tree | 0325223506bc4be5a1a095f7964e9bccf597a7cd /math/octave/files/patch-config.in.h | |
parent | math/plplot: switch to Qhull8 (diff) |
math/octave: switch to Qhull8
Patch obtained from https://savannah.gnu.org/bugs/download.php?file_id=51705
PR: 261281
Approved by: stephen (maintainer)
Diffstat (limited to 'math/octave/files/patch-config.in.h')
-rw-r--r-- | math/octave/files/patch-config.in.h | 43 |
1 files changed, 43 insertions, 0 deletions
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 <libqhull.h> header file. */ +-#undef HAVE_LIBQHULL_H ++/* Define to 1 if you have the <libqhull_r.h> header file. */ ++#undef HAVE_LIBQHULL_R_H + +-/* Define to 1 if you have the <libqhull/libqhull.h> header file. */ +-#undef HAVE_LIBQHULL_LIBQHULL_H ++/* Define to 1 if you have the <libqhull_r/libqhull_r.h> 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 <qhull.h> header file. */ +-#undef HAVE_QHULL_H +- +-/* Define to 1 if you have the <qhull/libqhull.h> header file. */ +-#undef HAVE_QHULL_LIBQHULL_H +- +-/* Define to 1 if you have the <qhull/qhull.h> 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 |