Changeset 79740
- Timestamp:
- 06/24/11 10:10:57 (4 years ago)
- Location:
- trunk/dports/devel/boehmgc
- Files:
-
- 2 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files (added)
-
files/asm.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/boehmgc/Portfile
r79527 r79740 4 4 name boehmgc 5 5 version 7.1 6 revision 1 6 7 categories devel 7 8 maintainers waqar openmaintainer … … 22 23 --enable-cplusplus 23 24 25 configure.cppflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE 26 24 27 variant redirect { 25 28 configure.args-append --enable-redirect-malloc 26 29 } 27 30 28 platform darwin 9 { 29 configure.cflags-append -D_NONSTD_SOURCE 30 } 31 32 platform darwin 10 { 33 configure.cflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE 34 } 35 36 platform darwin 11 { 37 configure.cflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE 38 39 # BUILD FIX TODO: 40 # llvm-gcc-4.2 and clang fail to build os_dep.c as of 2011.06.15 41 # This is an error in the package. 42 configure.compiler gcc-4.2 43 } 31 # Note that this was "fixed" differently in upstream's svn. 32 # Their "fix" is wrong, and this one is correct. 33 patchfiles asm.patch 44 34 45 35 test.run yes
Note: See TracChangeset
for help on using the changeset viewer.

