]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-qhull.patch
- rel 5; fix build with qhull 2011.1
[packages/plplot.git] / plplot-qhull.patch
CommitLineData
3013bac9
AM
1--- plplot-5.9.6/cmake/modules/FindQHULL.cmake~ 2011-09-10 20:48:59.000000000 +0200
2+++ plplot-5.9.6/cmake/modules/FindQHULL.cmake 2011-09-10 20:49:10.134306362 +0200
3@@ -9,7 +9,7 @@
4
5 find_path(
6 QHULL_INCLUDE_DIR
7- qhull/qhull_a.h
8+ libqhull/qhull_a.h
9 /usr/local/include
10 /usr/include
11 )
12--- plplot-5.9.6/src/plgridd.c~ 2010-06-05 18:11:39.000000000 +0200
13+++ plplot-5.9.6/src/plgridd.c 2011-09-10 20:50:09.332285828 +0200
14@@ -32,7 +32,7 @@
15
16 #ifdef HAVE_QHULL
17 #include "../lib/nn/nn.h"
18-#include <qhull/qhull_a.h>
19+#include <libqhull/qhull_a.h>
20 #endif
21
22 /* forward declarations */
23--- plplot-5.9.6/lib/nn/delaunay.c~ 2010-06-05 18:11:40.000000000 +0200
24+++ plplot-5.9.6/lib/nn/delaunay.c 2011-09-10 20:50:20.115858331 +0200
25@@ -34,7 +34,7 @@
26 #include <limits.h>
27 #include <float.h>
28 #ifdef USE_QHULL
29-#include <qhull/qhull_a.h>
30+#include <libqhull/qhull_a.h>
31 #else
32 #include "triangle.h"
33 #endif
This page took 0.067571 seconds and 4 git commands to generate.