New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79868


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

gpg-agent: clang build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/gpg-agent/Portfile

    r76995 r79868  
    2323configure.args  --enable-agent-only \ 
    2424                --with-pinentry-pgm=${prefix}/bin/pinentry 
     25 
     26# glib fails to find the right stdint.h  It picks clang's internal one rahter 
     27# than the system header 
     28configure.env   gl_cv_absolute_stdint_h=/usr/include/stdint.h 
    2529 
    2630depends_lib     port:libiconv           \ 
Note: See TracChangeset for help on using the changeset viewer.