Ticket #71481: Portfile-cmake.diff
File Portfile-cmake.diff, 1.1 KB (added by adamscott (Adam Scott), 7 months ago) |
---|
-
Portfile
old new 1 1 # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 2 2 3 3 PortSystem 1.0 4 PortGroup cmake 1.1 4 5 PortGroup compiler_blacklist_versions 1.0 5 6 PortGroup github 1.0 6 7 … … 34 35 compiler.blacklist-append {clang < 700} 35 36 compiler.c_standard 2011 36 37 37 # By default, PortAudio is built as a universal binary.38 # To build a non-universal library for the host architecture,39 # simply use the --disable-mac-universal option with configure.40 # http://www.portaudio.com/trac/wiki/TutorialDir/Compile/MacintoshCoreAudio41 configure.args --disable-mac-universal \42 --enable-cxx \43 --enable-option-checking \44 --without-alsa \45 --without-jack \46 --without-oss \47 --without-asihpi \48 --without-winapi49 50 38 use_parallel_build no 51 39 52 40 # patch-configure removes -Werror, and adds -DNDEBUG.