[68113] trunk/dports/audio/libofa

and.damore at macports.org and.damore at macports.org
Wed May 26 23:15:14 PDT 2010


Revision: 68113
          http://trac.macports.org/changeset/68113
Author:   and.damore at macports.org
Date:     2010-05-26 23:15:10 -0700 (Wed, 26 May 2010)
Log Message:
-----------
commit patch from #23151

Modified Paths:
--------------
    trunk/dports/audio/libofa/Portfile
    trunk/dports/audio/libofa/files/patch-configure

Modified: trunk/dports/audio/libofa/Portfile
===================================================================
--- trunk/dports/audio/libofa/Portfile	2010-05-27 04:48:00 UTC (rev 68112)
+++ trunk/dports/audio/libofa/Portfile	2010-05-27 06:15:10 UTC (rev 68113)
@@ -15,7 +15,17 @@
 master_sites    http://musicip-libofa.googlecode.com/files/
 checksums       md5 51507d2c4b432bd2755f48d58471696e
 
+depends_build   port:libtool \
+                port:autoconf \
+                port:automake
+
 depends_lib     port:expat \
-                port:curl
+                port:curl \
+                port:fftw-3
 
-patchfiles      patch-configure
+patchfiles      patch-configurein\
+                patch-mathutils
+
+pre-configure   {
+		system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
+}

Modified: trunk/dports/audio/libofa/files/patch-configure
===================================================================
--- trunk/dports/audio/libofa/files/patch-configure	2010-05-27 04:48:00 UTC (rev 68112)
+++ trunk/dports/audio/libofa/files/patch-configure	2010-05-27 06:15:10 UTC (rev 68113)
@@ -1,11 +0,0 @@
---- configure~	2006-05-10 11:10:04.000000000 -0700
-+++ configure	2008-04-22 16:25:53.000000000 -0700
-@@ -20486,7 +20486,7 @@
- if test x$os = xdarwin; then
-     { echo "$as_me:$LINENO: Using vDSP on OS X" >&5
- echo "$as_me: Using vDSP on OS X" >&6;}
--    LIBS="$LIBS -framework Accelerate"
-+    LIBS="$LIBS -XCClinker -framework -XCClinker Accelerate"
-     FFT_WRAPPER="fftlibvdsp_op.cpp"
- 
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100526/1183e92a/attachment.html>


More information about the macports-changes mailing list