mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
408 B
C
12 lines
408 B
C
--- 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
|