Changeset 82569
- Timestamp:
- 08/15/11 13:40:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/databases/mongodb/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/mongodb/Portfile
r81580 r82569 46 46 47 47 variant universal {} 48 if {[variant_isset universal]} {49 set archflags ${configure.universal_cflags}50 } else {51 set archflags ${configure.cc_archflags}52 }53 48 54 49 build.env TERM=xterm \ 55 CFLAGS=" ${archflags}" \56 CXXFLAGS=" ${archflags}" \57 LINKFLAGS=" ${archflags}"50 CFLAGS="[get_canonical_archflags]" \ 51 CXXFLAGS="[get_canonical_archflags]" \ 52 LINKFLAGS="[get_canonical_archflags]" 58 53 build.cmd scons 59 54 build.args --usesm --cxx=${configure.cxx} --full
Note: See TracChangeset
for help on using the changeset viewer.

