annotate src/qhull-2-fixes.patch @ 4039:1c72016826aa

of-fl-core: update patch for --enable-64 * src/of-fl-core-1-fixes.patch: update patch
author John Donoghue
date Wed, 30 Sep 2015 14:11:45 -0400
parents e18f5b46e77c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2947
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -rNu a/configure.ac b/configure.ac
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/configure.ac 2009-06-11 15:41:03.000000000 -0400
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/configure.ac 2013-01-07 18:05:58.439590407 -0500
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -8,10 +8,10 @@
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 AC_CONFIG_AUX_DIR(config)
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 AC_CONFIG_MACRO_DIR(config)
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -AM_INIT_AUTOMAKE
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +AM_INIT_AUTOMAKE([foreign])
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 AC_PROG_CC
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 -AC_PROG_LIBTOOL
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 +LT_INIT([win32-dll])
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 AC_CONFIG_FILES([
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 Makefile
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 diff -rNu a/src/Makefile.am b/src/Makefile.am
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 --- a/src/Makefile.am 2009-06-11 15:41:03.000000000 -0400
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 +++ b/src/Makefile.am 2013-01-07 17:58:04.327616699 -0500
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 @@ -23,7 +23,7 @@
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 mem.c
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 # how:
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 -libqhull_la_LDFLAGS = -version-info 5:0:0 -lm
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 +libqhull_la_LDFLAGS = -no-undefined -version-info 5:0:0 -lm
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 ### Utility programs
e18f5b46e77c update libtool usage for qhull
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28