annotate src/qhull-1-fixes.patch @ 6213:5f64fb928091 release

build-gcc: Avoid library clash when calling msgfmt. * src/build-gcc-1-msgfmt.patch: Don't use libraries from the build tree when calling `msgfmt`. * dist-files.mk: Add patch to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 06 May 2022 19:36:10 +0200
parents 52de2b23fd0f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5111
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
1 diff -ur qhull-2019.1.orig/src/libqhull/user.h qhull-2019.1/src/libqhull/user.h
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
2 --- qhull-2019.1.orig/src/libqhull/user.h 2019-07-03 14:21:37.727824999 -0400
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
3 +++ qhull-2019.1/src/libqhull/user.h 2019-07-03 14:22:00.304417762 -0400
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
4 @@ -658,7 +658,7 @@
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
5 #error QH6207 Qhull error: Define qh_QHpointer_dllimport instead of qh_dllimport with qh_QHpointer
4874
c4e929fb081d Update qhull to 2015.2
John Donoghue
parents: 2890
diff changeset
6 #endif
c4e929fb081d Update qhull to 2015.2
John Donoghue
parents: 2890
diff changeset
7 #else
2890
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -#define qh_QHpointer 0
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +#define qh_QHpointer 1
5111
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
10 #ifdef qh_QHpointer_dllimport
52de2b23fd0f qhull: updte to v2019.1
John Donoghue
parents: 4874
diff changeset
11 #error QH6234 Qhull error: Define qh_dllimport instead of qh_QHpointer_dllimport when qh_QHpointer is not defined
4874
c4e929fb081d Update qhull to 2015.2
John Donoghue
parents: 2890
diff changeset
12 #endif