[68142] trunk/dports/audio/libofa/files

ryandesign at macports.org ryandesign at macports.org
Thu May 27 13:02:16 PDT 2010


Revision: 68142
          http://trac.macports.org/changeset/68142
Author:   ryandesign at macports.org
Date:     2010-05-27 13:02:14 -0700 (Thu, 27 May 2010)
Log Message:
-----------
libofa: add patchfiles that go with r68113

Revision Links:
--------------
    http://trac.macports.org/changeset/68113

Added Paths:
-----------
    trunk/dports/audio/libofa/files/patch-configurein
    trunk/dports/audio/libofa/files/patch-mathutils

Added: trunk/dports/audio/libofa/files/patch-configurein
===================================================================
--- trunk/dports/audio/libofa/files/patch-configurein	                        (rev 0)
+++ trunk/dports/audio/libofa/files/patch-configurein	2010-05-27 20:02:14 UTC (rev 68142)
@@ -0,0 +1,11 @@
+--- configure.in~	2010-01-05 23:15:50.000000000 -0800
++++ configure.in	2010-01-05 23:09:41.000000000 -0800
+@@ -74,7 +74,7 @@
+ dnl  FFTW for FFTW v2. FFTW3 for FFTW v3. VDSP for vDSP. MKL for MKL
+ dnl TODO: PREANSI for win32
+ 
+-if test x$os = xdarwin; then
++if test x$os = xBROKENdarwin; then
+     AC_MSG_NOTICE([Using vDSP on OS X])
+     LIBS="$LIBS -framework Accelerate"
+     FFT_WRAPPER="fftlibvdsp_op.cpp"

Added: trunk/dports/audio/libofa/files/patch-mathutils
===================================================================
--- trunk/dports/audio/libofa/files/patch-mathutils	                        (rev 0)
+++ trunk/dports/audio/libofa/files/patch-mathutils	2010-05-27 20:02:14 UTC (rev 68142)
@@ -0,0 +1,13 @@
+--- lib/JAMA/tnt_math_utils.h~	2010-01-05 20:41:48.000000000 -0800
++++ lib/JAMA/tnt_math_utils.h	2010-01-05 19:47:22.000000000 -0800
+@@ -30,7 +30,10 @@
+ {
+ 	
+ 	if (a== 0)
++	{
++		using __gnu_cxx::abs;
+ 		return abs(b);
++	}
+ 	else
+ 	{
+ 		Real c = b/a;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100527/7907d57e/attachment.html>


More information about the macports-changes mailing list