SHA256
1
0
forked from pool/audacity
audacity/audacity-nomac.patch
Stephan Kulow bfd9df6685 Accepting request 34784 from home:dimstar:branches:multimedia:apps
Copy from home:dimstar:branches:multimedia:apps/audacity via accept of submit request 34784 revision 2.
Request was accepted with message:
I'll try to find a solution without autoreconf before forwarding

OBS-URL: https://build.opensuse.org/request/show/34784
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=32
2010-03-15 16:13:59 +00:00

16 lines
768 B
Diff

Index: audacity-src-1.3.11-beta/lib-src/portmixer/configure.ac
===================================================================
--- audacity-src-1.3.11-beta.orig/lib-src/portmixer/configure.ac
+++ audacity-src-1.3.11-beta/lib-src/portmixer/configure.ac
@@ -64,10 +64,6 @@ AC_EGREP_HEADER([PaWinMME_GetStreamInput
if [[ $have_support = "no" ]] ; then
AC_MSG_WARN("Missing support in pa_win_wmme.h");
fi
-AC_EGREP_HEADER([PaMacCore_GetStreamInputDevice], [pa_mac_core.h], , [have_support=no])
-if [[ $have_support = "no" ]] ; then
- AC_MSG_WARN("Missing support in pa_mac_core.h");
-fi
AC_EGREP_HEADER([PaOSS_GetStreamInputDevice], [pa_unix_oss.h], , [have_support=no])
if [[ $have_support = "no" ]] ; then
AC_MSG_WARN("Missing support in pa_unix_oss.h");