Ticket #57816: Portfile-libre.diff
File Portfile-libre.diff, 385 bytes (added by alfredh (Alfred E. Heggestad), 6 years ago) |
---|
-
(a) a/Portfile.orig vs. (b) b/Portfile
diff --git a/Portfile.orig b/Portfile index f949d92..630801a 100644
a b use_configure no 31 31 32 32 build.args PREFIX=${prefix} SYSROOT_ALT=${prefix} CCACHE= 33 33 34 if {${configure.sdkroot} ne ""} { 35 build.args-append SYSROOT="${configure.sdkroot}/usr" 36 } 37 34 38 destroot.args ${build.args} 35 39 36 40 if {[tbool configure.ccache]} {