Changeset 79621
- Timestamp:
- 06/20/11 15:49:31 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/finance/libgeier/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/finance/libgeier/Portfile
r79619 r79621 27 27 rmd160 ce7f19dcf528efafeccad2502f8bbe571b0443f1 28 28 29 pre-configure { 30 set xmlsec-flags [exec xmlsec1-config --crypto=nss --cflags] 31 set xmlsec-libs [exec xmlsec1-config --crypto=nss --libs] 32 } 33 29 34 configure.args-append \ 30 CFLAGS=" [exec xmlsec1-config --crypto=nss --cflags]" \31 LDFLAGS="-largp -L${prefix}/lib/nss -L${prefix}/lib/nspr [exec xmlsec1-config --crypto=nss --libs]"35 CFLAGS="${xmlsec-flags}" \ 36 LDFLAGS="-largp -L${prefix}/lib/nss -L${prefix}/lib/nspr ${xmlsec-libs}"
Note: See TracChangeset
for help on using the changeset viewer.

