diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-02-18 19:31:24 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-02-18 19:44:54 +0100 |
commit | e9a96e3df82a6ecbac23785af719fb46cd37e771 (patch) | |
tree | 3e508a8825e118a3accf10560cc1315d13fe4b31 /math/plplot/files/patch-src_plgridd.c | |
parent | graphics/gdal: switch to Qhull8 (diff) |
math/plplot: switch to Qhull8
Patch borrowed from
https://sourceforge.net/p/plplot/plplot/ci/52479b8830ee02900b41fe3ec947aed6b1841a48/
PR: 261280
Diffstat (limited to 'math/plplot/files/patch-src_plgridd.c')
-rw-r--r-- | math/plplot/files/patch-src_plgridd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/plplot/files/patch-src_plgridd.c b/math/plplot/files/patch-src_plgridd.c new file mode 100644 index 000000000000..2d449bffe10f --- /dev/null +++ b/math/plplot/files/patch-src_plgridd.c @@ -0,0 +1,11 @@ +--- src/plgridd.c.orig 2019-06-01 23:24:33 UTC ++++ src/plgridd.c +@@ -33,7 +33,7 @@ + // PLPLOT_NONN not #defined or tested for more than a decade. + #ifdef PLPLOT_NONN // another DTLI, based only on QHULL, not nn + #ifdef HAS_LIBQHULL_INCLUDE +-#include <libqhull/qhull_a.h> ++#include <libqhull_r/qhull_ra.h> + #else //#ifdef HAS_LIBQHULL_INCLUDE + #include <qhull/qhull_a.h> + #endif //#ifdef HAS_LIBQHULL_INCLUDE |