[126671] trunk/dports/audio/rubberband
ryandesign at macports.org
ryandesign at macports.org
Mon Oct 13 08:01:27 PDT 2014
Revision: 126671
https://trac.macports.org/changeset/126671
Author: ryandesign at macports.org
Date: 2014-10-13 08:01:27 -0700 (Mon, 13 Oct 2014)
Log Message:
-----------
rubberband: include only the umbrella Accelerate.h header, not individual vecLib headers
Modified Paths:
--------------
trunk/dports/audio/rubberband/Portfile
Added Paths:
-----------
trunk/dports/audio/rubberband/files/patch-Accelerate.diff
Modified: trunk/dports/audio/rubberband/Portfile
===================================================================
--- trunk/dports/audio/rubberband/Portfile 2014-10-13 14:56:11 UTC (rev 126670)
+++ trunk/dports/audio/rubberband/Portfile 2014-10-13 15:01:27 UTC (rev 126671)
@@ -27,6 +27,7 @@
depends_lib port:libsndfile
patchfiles patch-Makefile.osx.diff
+patchfiles-append patch-Accelerate.diff
use_configure no
Added: trunk/dports/audio/rubberband/files/patch-Accelerate.diff
===================================================================
--- trunk/dports/audio/rubberband/files/patch-Accelerate.diff (rev 0)
+++ trunk/dports/audio/rubberband/files/patch-Accelerate.diff 2014-10-13 15:01:27 UTC (rev 126671)
@@ -0,0 +1,35 @@
+--- src/dsp/FFT.cpp.orig 2012-10-28 05:30:09.000000000 -0500
++++ src/dsp/FFT.cpp 2014-10-13 09:33:56.000000000 -0500
+@@ -43,8 +43,7 @@
+ #endif
+
+ #ifdef HAVE_VDSP
+-#include <vecLib/vDSP.h>
+-#include <vecLib/vForce.h>
++#include <Accelerate/Accelerate.h>
+ #endif
+
+ #ifdef HAVE_MEDIALIB
+--- src/system/VectorOps.h.orig 2012-10-28 05:30:09.000000000 -0500
++++ src/system/VectorOps.h 2014-10-13 09:33:25.000000000 -0500
+@@ -33,8 +33,7 @@
+ #endif
+
+ #ifdef HAVE_VDSP
+-#include <vecLib/vDSP.h>
+-#include <vecLib/vForce.h>
++#include <Accelerate/Accelerate.h>
+ #endif
+
+ #include <cstring>
+--- src/system/sysutils.cpp.orig 2012-10-28 05:30:09.000000000 -0500
++++ src/system/sysutils.cpp 2014-10-13 09:33:49.000000000 -0500
+@@ -52,7 +52,7 @@
+ #endif
+
+ #ifdef HAVE_VDSP
+-#include <vecLib/vDSP.h>
++#include <Accelerate/Accelerate.h>
+ #include <fenv.h>
+ #endif
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141013/4642a745/attachment.html>
More information about the macports-changes
mailing list