Ticket #36738: Portfile-portaudio.patch

File Portfile-portaudio.patch, 2.3 KB (added by qqshfox@…, 12 years ago)
  • Portfile

    old new  
    55
    66name                portaudio
    77version             19.20111121
    8 revision            2
     8revision            3
    99categories          audio devel
    1010platforms           darwin macosx
    1111maintainers         hum openmaintainer
     
    1414description         PortAudio is a free, cross platform, open-source, audio I/O library.
    1515
    1616long_description    PortAudio is a free, cross platform, open-source, audio I/O library. \
    17                     It lets you write simple audio programs in 'C' that will \
     17                    It lets you write simple audio programs in 'C' or C++ that will \
    1818                    compile and run on many platforms including Windows, \
    19                     Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. \
    20                     PortAudio is intended to promote the exchange of audio \
    21                     synthesis software between developers on different \
    22                     platforms. \
    23                     PortAudio provides a very simple API for recording and/or \
    24                     playing sound using a simple callback function. \
    25                     Example programs are included that synthesize sine waves \
    26                     and pink noise, perform fuzz distortion on a guitar, list \
    27                     available audio devices, etc.
     19                    Macintosh OS X, and Unix (OSS/ALSA). \
     20                    It is intended to promote the exchange of audio \
     21                    software between developers on different platforms. \
     22                    Many applications use PortAudio for Audio I/O.
    2823
    2924homepage            http://www.portaudio.com/
    3025master_sites        ${homepage}archives
     
    3732
    3833worksrcdir          ${name}
    3934
    40 # By default, PortAudio is built as a universal binary. 
     35# By default, PortAudio is built as a universal binary.
    4136# To build a non-universal library for the host architecture,
    4237# simply use the --disable-mac-universal option with configure.
    4338# http://www.portaudio.com/trac/wiki/TutorialDir/Compile/MacintoshCoreAudio
    44 configure.args      --disable-mac-universal
     39configure.args      --disable-mac-universal --enable-cxx
    4540
    4641# patch-configure removes -Werror, and adds -DNDEBUG.
    4742patchfiles          patch-configure \