Ticket #43326: Portfile-osh.diff
File Portfile-osh.diff, 1.5 KB (added by jan+mp@…, 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name osh 7 version 201 311097 version 20140410 8 8 categories shells 9 9 license BSD BSD-old 10 10 maintainers v6shell.org:jan+mp … … 19 19 homepage http://v6shell.org/ 20 20 master_sites ${homepage}src/ 21 21 22 checksums md5 b 1c205bf34979943973efc8a6bd16016\23 sha1 fcf832afe2591d50d77c2d616dcfda7b484c0f89\24 rmd160 58b1e0652e7daa07db1c05cfc75dc9365f8d9538\25 sha256 82502c4cbbb46d099fe0fc026e5411e80159b88f64efd4f3154cc0f4178d865822 checksums md5 bb7093e0de3514e60726d633d8e75e7b \ 23 sha1 73d44e5d04504e6af1ffb6e23763ec7f5a40ae1a \ 24 rmd160 261ea43e896d06cd25f122aa092c8d5df5edb755 \ 25 sha256 c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6 26 26 27 27 use_configure no 28 28 use_parallel_build yes … … 35 35 variant universal {} 36 36 37 37 # Ensure use of the correct build_arch. 38 build.args-append CFLAGS="[get_canonical_archflags cc]" \39 LDFLAGS="[get_canonical_archflags ld]"38 build.args-append OSXCFLAGS="[get_canonical_archflags cc]" \ 39 OSXLDFLAGS="[get_canonical_archflags ld]" 40 40 41 41 destroot.args PREFIX=${prefix} 42 42 destroot.target install install-doc install-exp