Changeset 82567
- Timestamp:
- 08/15/11 13:38:48 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/archivers/arj/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/arj/Portfile
r81291 r82567 50 50 } 51 51 52 if {[variant_isset universal]} {53 set archflags ${configure.universal_cflags}54 } else {55 set archflags ${configure.cc_archflags}56 }57 58 52 build.target prepare all 59 build.args CC="${configure.cc} ${archflags}"53 build.args CC="${configure.cc} [get_canonical_archflags]" 60 54 61 55 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

