New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79866


Ignore:
Timestamp:
06/28/11 14:11:21 (4 years ago)
Author:
jeremyhu@…
Message:

gnupg: clang build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/gnupg/Portfile

    r77385 r79866  
    4343test.target     check 
    4444 
     45# clang defaults to c99, and gnupg doesn't play nicely 
     46if {${configure.compiler} == "clang"} { 
     47    configure.cflags-append -std=gnu89 
     48} 
     49 
    4550variant idea description {Add support for the patented IDEA algorithm} { 
    4651    patch_sites-append  http://www.gnupg.dk/contrib-dk 
Note: See TracChangeset for help on using the changeset viewer.