mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Bump EAPI to 6 and cleanup the patches a bit Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7588
22 lines
452 B
Diff
22 lines
452 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -304,7 +304,6 @@
|
|
[ --with-audio with specific audio support (none linux freebsd etc) ],
|
|
AUDIODRIVER=$with_audio )
|
|
|
|
-if test "x$AUDIODEFS" = x; then
|
|
case "$AUDIODRIVER" in
|
|
linux|oss)
|
|
AUDIODRIVER=oss
|
|
@@ -325,9 +324,10 @@
|
|
;;
|
|
none)
|
|
AUDIODEFS=-DCST_AUDIO_NONE
|
|
+ AUDIOLIBS=
|
|
;;
|
|
esac
|
|
-fi
|
|
+
|
|
AC_SUBST(AUDIODRIVER)
|
|
AC_SUBST(AUDIODEFS)
|
|
AC_SUBST(AUDIOLIBS)
|