New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83393


Ignore:
Timestamp:
08/31/11 00:39:47 (4 years ago)
Author:
afb@…
Message:

libfetch: add missing/unused CPPFLAGS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/libfetch/Portfile

    r83388 r83393  
    2222build.type      bsd 
    2323build.env       CC=${configure.cc} \ 
    24                 CFLAGS="${configure.cflags} [get_canonical_archflags]" \ 
     24                CFLAGS="${configure.cppflags} ${configure.cflags} [get_canonical_archflags]" \ 
    2525                LDFLAGS="${configure.ldflags} [get_canonical_archflags]" 
    2626build.args      -DMK_INET6_SUPPORT -DMK_OPENSSL 
Note: See TracChangeset for help on using the changeset viewer.