Ticket #41829: Portfile.diff

File Portfile.diff, 596 bytes (added by litherum@…, 10 years ago)

Patch for the Portfile

Line 
1*** sources/rsync.macports.org/release/tarballs/ports/math/qhull/Portfile.orig  2013-07-15 09:02:18.000000000 -0700
2--- sources/rsync.macports.org/release/tarballs/ports/math/qhull/Portfile       2013-12-15 18:10:05.000000000 -0800
3***************
4*** 43,46 ****
5--- 43,50 ----
6  }
7  livecheck.type      regex
8  livecheck.url       ${master_sites}
9  livecheck.regex     Download: Qhull (\[0-9.\]+) for Unix
10+
11+ variant global_pointer_indirection description {Access globals via a pointer to allocated memory (needed for libqhullcpp)} {
12+     patchfiles-append patch-global-pointer-indirection.diff
13+ }