Lines 1-7
Link Here
|
1 |
$OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28 bentley Exp $ |
1 |
--- configure.in.orig 2021-04-01 00:35:42 UTC |
2 |
--- configure.in.orig 2016-06-22 08:28:31 UTC |
|
|
3 |
+++ configure.in |
2 |
+++ configure.in |
4 |
@@ -24,6 +24,10 @@ AC_ARG_WITH(alsa, |
3 |
@@ -33,6 +33,10 @@ AC_ARG_WITH(alsa, |
5 |
AS_HELP_STRING([--with-alsa], [Enable support for ALSA @<:@autodetect@:>@]), |
4 |
AS_HELP_STRING([--with-alsa], [Enable support for ALSA @<:@autodetect@:>@]), |
6 |
[with_alsa=$withval]) |
5 |
[with_alsa=$withval]) |
7 |
|
6 |
|
Lines 12-18
$OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28
Link Here
|
12 |
AC_ARG_WITH(jack, |
11 |
AC_ARG_WITH(jack, |
13 |
AS_HELP_STRING([--with-jack], [Enable support for JACK @<:@autodetect@:>@]), |
12 |
AS_HELP_STRING([--with-jack], [Enable support for JACK @<:@autodetect@:>@]), |
14 |
[with_jack=$withval]) |
13 |
[with_jack=$withval]) |
15 |
@@ -120,6 +124,10 @@ have_alsa=no |
14 |
@@ -129,6 +133,10 @@ have_alsa=no |
16 |
if test "x$with_alsa" != "xno"; then |
15 |
if test "x$with_alsa" != "xno"; then |
17 |
AC_CHECK_LIB(asound, snd_pcm_open, have_alsa=yes, have_alsa=no) |
16 |
AC_CHECK_LIB(asound, snd_pcm_open, have_alsa=yes, have_alsa=no) |
18 |
fi |
17 |
fi |
Lines 23-29
$OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28
Link Here
|
23 |
have_asihpi=no |
22 |
have_asihpi=no |
24 |
if test "x$with_asihpi" != "xno"; then |
23 |
if test "x$with_asihpi" != "xno"; then |
25 |
AC_CHECK_LIB(hpi, HPI_SubSysCreate, have_asihpi=yes, have_asihpi=no, -lm) |
24 |
AC_CHECK_LIB(hpi, HPI_SubSysCreate, have_asihpi=yes, have_asihpi=no, -lm) |
26 |
@@ -397,6 +405,13 @@ case "${host_os}" in |
25 |
@@ -401,6 +409,13 @@ case "${host_os}" in |
27 |
AC_DEFINE(PA_USE_ALSA,1) |
26 |
AC_DEFINE(PA_USE_ALSA,1) |
28 |
fi |
27 |
fi |
29 |
|
28 |
|
Lines 37-43
$OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28
Link Here
|
37 |
if [[ "$have_jack" = "yes" ] && [ "$with_jack" != "no" ]] ; then |
36 |
if [[ "$have_jack" = "yes" ] && [ "$with_jack" != "no" ]] ; then |
38 |
DLL_LIBS="$DLL_LIBS $JACK_LIBS" |
37 |
DLL_LIBS="$DLL_LIBS $JACK_LIBS" |
39 |
CFLAGS="$CFLAGS $JACK_CFLAGS" |
38 |
CFLAGS="$CFLAGS $JACK_CFLAGS" |
40 |
@@ -500,6 +515,7 @@ case "$target_os" in |
39 |
@@ -504,6 +519,7 @@ case "$target_os" in |
41 |
;; |
40 |
;; |
42 |
*) |
41 |
*) |
43 |
AC_MSG_RESULT([ |
42 |
AC_MSG_RESULT([ |