diff options
| author | Giulio Romualdi <giulio.romualdi@gmail.com> | 2020-06-19 00:18:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 15:18:12 -0700 |
| commit | a2cd3ad3d8ead834849d9d3afea8cd0ec9f1f2ec (patch) | |
| tree | d0bbb575a4300c03ae6f731cf8c28c69d1e3eb8f /ports/qhull/uwp.patch | |
| parent | ba98abdd0d1df9f8d68653f8d74c8344c73059c2 (diff) | |
| download | vcpkg-a2cd3ad3d8ead834849d9d3afea8cd0ec9f1f2ec.tar.gz vcpkg-a2cd3ad3d8ead834849d9d3afea8cd0ec9f1f2ec.zip | |
[qhull] update version 8.0.0 (#12015)
* [qhull] Update the library version to 8.0.0 (2020.1)
* [qhull] Update the patches:
* uwp.patch has been removed
* mac-fix.patch is updated. Now C++11 is required to compile the library
Diffstat (limited to 'ports/qhull/uwp.patch')
| -rw-r--r-- | ports/qhull/uwp.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ports/qhull/uwp.patch b/ports/qhull/uwp.patch deleted file mode 100644 index 98c74564e..000000000 --- a/ports/qhull/uwp.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/src/libqhull/global.c b/src/libqhull/global.c -index e7de8e6..81be9df 100644 ---- a/src/libqhull/global.c -+++ b/src/libqhull/global.c -@@ -636,7 +636,7 @@ void qh_init_qhull_command(int argc, char *argv[]) { - */ - void qh_initflags(char *command) { - int k, i, lastproject; -- char *s= command, *t, *prev_s, *start, key, *lastwarning= NULL; -+ char *s= command, *t = NULL, *prev_s, *start, key, *lastwarning= NULL; - boolT isgeom= False, wasproject; - realT r; - -diff --git a/src/libqhull_r/global_r.c b/src/libqhull_r/global_r.c -index 3e6919f..8d13e47 100644 ---- a/src/libqhull_r/global_r.c -+++ b/src/libqhull_r/global_r.c -@@ -610,7 +610,7 @@ void qh_init_qhull_command(qhT *qh, int argc, char *argv[]) { - */ - void qh_initflags(qhT *qh, char *command) { - int k, i, lastproject; -- char *s= command, *t, *prev_s, *start, key, *lastwarning= NULL; -+ char *s= command, *t = NULL, *prev_s, *start, key, *lastwarning= NULL; - boolT isgeom= False, wasproject; - realT r; - |
