summaryrefslogtreecommitdiff
path: root/audio/arts/files/patch-configure
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-11-08 00:34:12 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-11-08 00:34:12 +0000
commit14a1da27f45c47f56c03f100467c4145b22cc27f (patch)
tree1672be7254edbd4e14c07966ad43adbe5529db3b /audio/arts/files/patch-configure
parent* update to 0.20 (diff)
Update to KDE 3.3.1
Notes
Notes: svn path=/head/; revision=121092
Diffstat (limited to 'audio/arts/files/patch-configure')
-rw-r--r--audio/arts/files/patch-configure31
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/arts/files/patch-configure b/audio/arts/files/patch-configure
new file mode 100644
index 000000000000..b71ea0d6d129
--- /dev/null
+++ b/audio/arts/files/patch-configure
@@ -0,0 +1,31 @@
+--- configure.orig Fri Nov 5 20:53:28 2004
++++ configure Fri Nov 5 20:53:42 2004
+@@ -38537,28 +38537,6 @@
+
+
+
+-echo "$as_me:$LINENO: checking for Jack Audio Connection Kit" >&5
+-echo $ECHO_N "checking for Jack Audio Connection Kit... $ECHO_C" >&6
+-if $PKG_CONFIG --atleast-version 0.90 jack >/dev/null 2>&1 ; then
+- JACK_CFLAGS="`$PKG_CONFIG --cflags jack`"
+- JACK_LIBADD="`$PKG_CONFIG --libs-only-l jack`"
+- JACK_LDFLAGS="`$PKG_CONFIG --libs-only-L jack`"
+- echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define HAVE_LIBJACK 1
+-_ACEOF
+-
+-else
+- echo "$as_me:$LINENO: result: not installed" >&5
+-echo "${ECHO_T}not installed" >&6
+-fi
+-
+-
+-
+-
+-
+ for ac_header in soundcard.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`