Ticket #43262: Portfile.diff
File Portfile.diff, 694 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 11 years ago) |
---|
-
Portfile
6 6 7 7 name gmp 8 8 version 6.0.0 9 revision 1 9 10 categories devel math 10 11 license LGPL-3+ 11 12 maintainers mcalhoun openmaintainer … … 59 60 configure.cxx-append -stdlib=${configure.cxx_stdlib} 60 61 configure.cxx_stdlib 61 62 } 63 64 # See #43262 65 if {${configure.sdkroot} ne ""} { 66 configure.cc-append "-isysroot ${configure.sdkroot}" 67 configure.cxx-append "-isysroot ${configure.sdkroot}" 68 configure.sdkroot 69 } 70 62 71 configure.cc_archflags 63 72 configure.cxx_archflags 64 73 configure.ld_archflags