Changeset 82528
- Timestamp:
- 08/15/11 02:27:35 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/whois/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/whois/Portfile
r75725 r82528 66 66 67 67 variant universal {} 68 if {[variant_isset universal]} {69 set archflags ${configure.universal_cflags}70 } else {71 set archflags ${configure.cc_archflags}72 }73 68 74 69 build.target-append pos 75 build.env CC="${configure.cc} ${archflags}" \70 build.env CC="${configure.cc} [get_canonical_archflags]" \ 76 71 CONFIG_FILE=${prefix}/etc/whois.conf \ 77 72 HAVE_LIBIDN=1 \
Note: See TracChangeset
for help on using the changeset viewer.

