New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79740


Ignore:
Timestamp:
06/24/11 10:10:57 (4 years ago)
Author:
jeremyhu@…
Message:

boehmgc: Fix inline asm bugs

Location:
trunk/dports/devel/boehmgc
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/boehmgc/Portfile

    r79527 r79740  
    44name            boehmgc 
    55version         7.1 
     6revision        1 
    67categories      devel 
    78maintainers     waqar openmaintainer 
     
    2223                --enable-cplusplus 
    2324 
     25configure.cppflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE 
     26 
    2427variant redirect { 
    2528        configure.args-append  --enable-redirect-malloc 
    2629} 
    2730 
    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. 
     33patchfiles asm.patch 
    4434 
    4535test.run        yes 
Note: See TracChangeset for help on using the changeset viewer.