Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 694122 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 669-674 Link Here
669
esac
669
esac
670
670
671
671
672
AM_CONDITIONAL([USE_PORTMIXER], [test "$use_portmixer" = yes])
672
if [[ "$use_portmixer" = "yes" ]] ; then
673
if [[ "$use_portmixer" = "yes" ]] ; then
673
   AC_DEFINE(USE_PORTMIXER, 1,
674
   AC_DEFINE(USE_PORTMIXER, 1,
674
   [Define if PortMixer support should be enabled])
675
   [Define if PortMixer support should be enabled])
(-)a/lib-src/Makefile.am (+2 lines)
Lines 157-163 Link Here
157
endif
157
endif
158
158
159
# Note: portmixer needs to be linked against (the local or system) portaudio.
159
# Note: portmixer needs to be linked against (the local or system) portaudio.
160
if USE_PORTMIXER
160
SUBDIRS += portmixer
161
SUBDIRS += portmixer
162
endif
161
163
162
if USE_LOCAL_PORTSMF
164
if USE_LOCAL_PORTSMF
163
SUBDIRS += portsmf
165
SUBDIRS += portsmf

Return to bug 694122