Ticket #34997: Portfile-osh.diff
File Portfile-osh.diff, 484 bytes (added by jan+mp@…, 12 years ago) |
---|
-
Portfile
old new 28 28 29 29 build.args PREFIX=${prefix} 30 30 31 # Ensure use of the correct build utilities. 32 build.args-append CC=${configure.cc} CPP=${configure.cpp} 33 34 # Ensure use of the correct build_arch. 35 build.args-append CFLAGS="[get_canonical_archflags]" \ 36 LDFLAGS="[get_canonical_archflags]" 37 31 38 destroot.args PREFIX=${prefix} 32 39 destroot.target install install-doc install-exp 33 40