summaryrefslogtreecommitdiffstats
path: root/academic/qhull/Make-config.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'academic/qhull/Make-config.sh.patch')
-rw-r--r--academic/qhull/Make-config.sh.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/academic/qhull/Make-config.sh.patch b/academic/qhull/Make-config.sh.patch
index 1b4ffab6da..11c1180398 100644
--- a/academic/qhull/Make-config.sh.patch
+++ b/academic/qhull/Make-config.sh.patch
@@ -1,5 +1,5 @@
---- Make-config.sh 2010-03-22 21:51:33.000000000 +0100
-+++ Make-config.sh.new 2010-03-22 21:52:40.000000000 +0100
+--- Make-config.sh 2010-03-26 07:21:14.000000000 +0000
++++ Make-config.sh.new 2010-03-26 07:24:34.000000000 +0000
@@ -114,7 +114,7 @@
### Man pages (trick to get around .man extension)
@@ -21,17 +21,18 @@
# how:
libqhull_la_LDFLAGS = -version-info 4:0:0 -lm
-@@ -233,7 +236,8 @@
+@@ -233,7 +236,9 @@
merge.h \
libqhull.h \
qset.h \
- user.h
+ user.h \
-+ random.h
++ random.h \
++ qhull.h
### Example programs
-@@ -246,10 +250,9 @@
+@@ -246,10 +251,9 @@
examples_DATA = \
user_eg.c \
user_eg2.c \