Changeset 82570
- Timestamp:
- 08/15/11 13:41:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/databases/redis/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/redis/Portfile
r78198 r82570 26 26 27 27 variant universal {} 28 if {[variant_isset universal]} {29 set archflags ${configure.universal_cflags}30 } else {31 set archflags ${configure.cc_archflags}32 }33 28 34 build.env-append CC="${configure.cc} ${archflags}"29 build.env-append CC="${configure.cc} [get_canonical_archflags]" 35 30 36 31 post-build {
Note: See TracChangeset
for help on using the changeset viewer.

