[135934] trunk/dports/audio/stk/files/patch-configure.ac.diff

ryandesign at macports.org ryandesign at macports.org
Wed May 6 21:37:47 PDT 2015


Revision: 135934
          https://trac.macports.org/changeset/135934
Author:   ryandesign at macports.org
Date:     2015-05-06 21:37:47 -0700 (Wed, 06 May 2015)
Log Message:
-----------
stk: use correct filename case for CoreMIDI framework

Modified Paths:
--------------
    trunk/dports/audio/stk/files/patch-configure.ac.diff

Modified: trunk/dports/audio/stk/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/audio/stk/files/patch-configure.ac.diff	2015-05-07 04:32:12 UTC (rev 135933)
+++ trunk/dports/audio/stk/files/patch-configure.ac.diff	2015-05-07 04:37:47 UTC (rev 135934)
@@ -1,5 +1,5 @@
 --- configure.ac.orig	2014-04-26 15:33:24.000000000 -0500
-+++ configure.ac	2015-05-04 03:38:33.000000000 -0500
++++ configure.ac	2015-05-06 22:21:41.000000000 -0500
 @@ -111,14 +111,16 @@
  
  AC_CANONICAL_HOST
@@ -23,3 +23,21 @@
  esac
  
  if test $realtime = yes; then
+@@ -165,7 +167,7 @@
+     api="$api -D__MACOSX_CORE__"
+     AC_MSG_RESULT(using CoreAudio)
+     AC_CHECK_HEADER(CoreAudio/CoreAudio.h, [], [AC_MSG_ERROR(CoreAudio header files not found!)] )
+-    LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework CoreMidi" ], )
++    LIBS="$LIBS -framework CoreAudio -framework CoreFoundation -framework CoreMIDI" ], )
+ 
+     # If no audio api flags specified, use CoreAudio
+     if [test "$api" == ""; ] then
+@@ -174,7 +176,7 @@
+       AC_CHECK_HEADER(CoreAudio/CoreAudio.h,
+       [],
+       [AC_MSG_ERROR(CoreAudio header files not found!)] )
+-      AC_SUBST( LIBS, ["-framework CoreAudio -framework CoreFoundation -framework CoreMidi"] )
++      AC_SUBST( LIBS, ["-framework CoreAudio -framework CoreFoundation -framework CoreMIDI"] )
+     fi
+ 
+     AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtAudio requires the pthread library!))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/4280f50a/attachment.html>


More information about the macports-changes mailing list