From e9a96e3df82a6ecbac23785af719fb46cd37e771 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 18 Feb 2022 19:31:24 +0100 Subject: math/plplot: switch to Qhull8 Patch borrowed from https://sourceforge.net/p/plplot/plplot/ci/52479b8830ee02900b41fe3ec947aed6b1841a48/ PR: 261280 --- math/plplot/files/patch-src_plgridd.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/plplot/files/patch-src_plgridd.c (limited to 'math/plplot/files/patch-src_plgridd.c') 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 ++#include + #else //#ifdef HAS_LIBQHULL_INCLUDE + #include + #endif //#ifdef HAS_LIBQHULL_INCLUDE -- cgit v1.2.3