Changeset 82566
- Timestamp:
- 08/15/11 13:37:52 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/archivers/xdelta/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/xdelta/Portfile
r75716 r82566 27 27 28 28 variant universal {} 29 if {[variant_isset universal]} {30 set archflags ${configure.universal_cflags}31 } else {32 set archflags ${configure.cc_archflags}33 }34 29 35 build.args CC="${configure.cc} ${archflags}"30 build.args CC="${configure.cc} [get_canonical_archflags]" 36 31 build.target xdelta3 37 32
Note: See TracChangeset
for help on using the changeset viewer.

