Changeset 80332
- Timestamp:
- 07/08/11 23:22:05 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/archivers/arj/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/arj/Portfile
r80327 r80332 45 45 patch-uxspec.c 46 46 47 universal_variant no 47 post-patch { 48 # as: Flag option -o has already been seen! 49 reinplace {s|-o$@|-o $@|g} ${worksrcpath}/gnu/makefile.in 50 } 51 52 if {[variant_isset universal]} { 53 set archflags ${configure.universal_cflags} 54 } else { 55 set archflags ${configure.cc_archflags} 56 } 48 57 49 58 build.target prepare all 50 build.args CC="${configure.cc} ${ configure.cc_archflags}"59 build.args CC="${configure.cc} ${archflags}" 51 60 52 61 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

