Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67749 Details for
Bug 104975
moc 2.4.0 ~arch marking
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
moc-2.3.1-alsa.patch
moc-2.3.1-alsa.patch (text/plain), 992 bytes, created by
Chris White (RETIRED)
on 2005-09-06 10:21:22 UTC
(
hide
)
Description:
moc-2.3.1-alsa.patch
Filename:
MIME Type:
Creator:
Chris White (RETIRED)
Created:
2005-09-06 10:21:22 UTC
Size:
992 bytes
patch
obsolete
>--- configure.in.old 2005-08-02 05:30:23.000000000 +0900 >+++ configure.in 2005-09-06 11:23:01.187825680 +0900 >@@ -76,13 +76,21 @@ > [EXTRA_LIBS="$EXTRA_LIBS -lossaudio"]) > fi > >-PKG_CHECK_MODULES(ALSA, [alsa >= 0.9], >- [COMPILE_ALSA="yes" >- EXTRA_OBJS="$EXTRA_OBJS alsa.o" >- AC_DEFINE([HAVE_ALSA], 1, [Define if you have ALSA.]) >- EXTRA_LIBS="$EXTRA_LIBS $ALSA_LIBS" >- CFLAGS="$CFLAGS $ALSA_CFLAGS"], >- [COMPILE_ALSA="no"]) >+AC_ARG_WITH(alsa, AS_HELP_STRING(--without-alsa, Compile without ALSA support.)) >+ >+if test "x$with_alsa" != "xno" >+then >+ >+ PKG_CHECK_MODULES(ALSA, [alsa >= 0.9], >+ [COMPILE_ALSA="yes" >+ EXTRA_OBJS="$EXTRA_OBJS alsa.o" >+ AC_DEFINE([HAVE_ALSA], 1, [Define if you have ALSA.]) >+ EXTRA_LIBS="$EXTRA_LIBS $ALSA_LIBS" >+ CFLAGS="$CFLAGS $ALSA_CFLAGS"], >+ [COMPILE_ALSA="no"]) >+else >+ COMPILE_ALSA="no" >+fi > > AC_ARG_WITH(jack, AS_HELP_STRING(--without-jack, Compile without JACK support.)) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 104975
:
67748
|
67749
|
69767
|
69768
|
77393