Ticket #49103: Portfile.diff
File Portfile.diff, 527 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 9 years ago) |
---|
-
Portfile
old new 23 23 24 24 use_configure no 25 25 26 variant universal {} 27 26 28 build.args CC=${configure.cc} \ 27 29 CFLAGS="${configure.cflags} [get_canonical_archflags]" \ 28 30 PREFIX=${prefix} \ 29 31 LD=${configure.cc} \ 32 LDFLAGS="[get_canonical_archflags]" \ 30 33 DESTDIR=${destroot}${prefix} 31 34 32 35 destroot.args PREFIX=${prefix}