New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80368


Ignore:
Timestamp:
07/10/11 11:15:47 (4 years ago)
Author:
jeremyhu@…
Message:

libgcrypt: Additional clang build fixes for 1.5.0 regressions

File:
1 edited

Legend:

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

    r80351 r80368  
    3535configure.cflags-append "-std=gnu89" 
    3636 
     37if {${configure.compiler} == "clang"} { 
     38        # libgcrypt-1.5.0 does some ugly stuff with thwir udiv_qrnnd macro in mpih-div.c 
     39        # error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast 
     40        configure.cflags-append "-fheinous-gnu-extensions" 
     41} 
     42 
    3743post-configure { 
    3844    if {[variant_isset universal]} { 
Note: See TracChangeset for help on using the changeset viewer.