[91193] trunk/dports/audio/portaudio/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 25 02:10:06 PDT 2012


Revision: 91193
          https://trac.macports.org/changeset/91193
Author:   jeremyhu at macports.org
Date:     2012-03-25 02:10:05 -0700 (Sun, 25 Mar 2012)
Log Message:
-----------
portaudio: Apply the 'clang' patch in all cases since it actually fixes a struct initialization bug in general

Modified Paths:
--------------
    trunk/dports/audio/portaudio/Portfile

Modified: trunk/dports/audio/portaudio/Portfile
===================================================================
--- trunk/dports/audio/portaudio/Portfile	2012-03-25 08:59:58 UTC (rev 91192)
+++ trunk/dports/audio/portaudio/Portfile	2012-03-25 09:10:05 UTC (rev 91193)
@@ -5,7 +5,7 @@
 
 name                portaudio
 version             19.20111121
-revision            1
+revision            2
 categories          audio devel
 platforms           darwin macosx
 maintainers         hum openmaintainer
@@ -45,13 +45,9 @@
 
 # patch-configure removes -Werror, and adds -DNDEBUG.
 patchfiles          patch-configure \
-                    patch-src__common__pa_types.h
+                    patch-src__common__pa_types.h \
+                    patch-clang.diff
 
-# patch-clang.diff is for clang compiler; see #32720.
-if {${configure.compiler} == "clang"} {
-    patchfiles-append   patch-clang.diff
-}
-
 platform darwin 10 {
     patchfiles-append patch-src__hostapi__coreaudio__pa_mac_core.c
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120325/b5cd8655/attachment.html>


More information about the macports-changes mailing list