New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79947


Ignore:
Timestamp:
06/29/11 22:10:17 (4 years ago)
Author:
jeremyhu@…
Message:

gnupg2: clang build fix

dev timeout

File:
1 edited

Legend:

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

    r76993 r79947  
    3535 
    3636configure.args  --disable-agent 
     37 
     38# glib fails to find the right stdint.h  It picks clang's internal one rather 
     39# than the system header 
     40configure.env   gl_cv_absolute_stdint_h=/usr/include/stdint.h 
    3741 
    3842depends_lib     port:libiconv           \ 
Note: See TracChangeset for help on using the changeset viewer.