New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80170


Ignore:
Timestamp:
07/05/11 13:23:27 (4 years ago)
Author:
jeremyhu@…
Message:

libgcrypt: clang build fix

File:
1 edited

Legend:

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

    r80062 r80170  
    3333configure.args  --disable-asm 
    3434 
    35 # BUILD FIX TODO 
    36 # doesn't build with clang as of 2011.06.27 
    37 # This looks like a bug in the package 
    38 if {${configure.compiler} == "clang"} { 
    39     configure.compiler llvm-gcc-4.2 
    40 } 
     35# Build fix for compilers that default to c99 (clang) 
     36configure.cflags-append "-std=gnu89" 
    4137 
    4238post-configure { 
Note: See TracChangeset for help on using the changeset viewer.