Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 624264
Collapse All | Expand All

(-)audacity-minsrc-2.2.1-rc3.orig/configure.ac (-1 / +1 lines)
Lines 540-546 Link Here
540
     [compile with PortMixer [default=yes]])],
540
     [compile with PortMixer [default=yes]])],
541
  use_portmixer=$withval,
541
  use_portmixer=$withval,
542
  use_portmixer="yes")
542
  use_portmixer="yes")
543
543
AM_CONDITIONAL([USE_PORTMIXER], [test "$use_portmixer" = yes])
544
544
545
AC_CANONICAL_HOST
545
AC_CANONICAL_HOST
546
546
(-)audacity-minsrc-2.2.1-rc3.orig/lib-src/Makefile.am (-1 / +2 lines)
Lines 92-98 Link Here
92
	libsoxr \
92
	libsoxr \
93
	lib-widget-extra \
93
	lib-widget-extra \
94
	lv2 \
94
	lv2 \
95
	portmixer \
96
	portsmf \
95
	portsmf \
97
	sbsms \
96
	sbsms \
98
	$(NULL)
97
	$(NULL)
Lines 156-163 Link Here
156
SUBDIRS += portaudio-v19
155
SUBDIRS += portaudio-v19
157
endif
156
endif
158
157
158
if USE_PORTMIXER
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
SUBDIRS += portmixer
160
SUBDIRS += portmixer
161
endif
161
162
162
if USE_LOCAL_PORTSMF
163
if USE_LOCAL_PORTSMF
163
SUBDIRS += portsmf
164
SUBDIRS += portsmf

Return to bug 624264