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

Collapse All | Expand All

(-)audacity-src-1.3.8.orig/lib-src/sbsms/configure (-6 lines)
Lines 15608-15619 Link Here
15608
fi
15608
fi
15609
15609
15610
15610
15611
# legitimately we can add -g to flags for debug builds, because they won't
15612
# be much use otherwise
15613
if test x$enable_debug = xyes; then
15614
   CXXFLAGS="$CXXFLAGS -g"
15615
fi
15616
15617
if test x$enable_static = xyes; then
15611
if test x$enable_static = xyes; then
15618
   CXXFLAGS="$CXXFLAGS"
15612
   CXXFLAGS="$CXXFLAGS"
15619
else
15613
else
(-)audacity-src-1.3.8.orig/lib-src/sbsms/configure.in (-6 lines)
Lines 133-144 Link Here
133
fi
133
fi
134
AM_CONDITIONAL(ENABLE_PORTAUDIO, test x$enable_portaudio = xyes)
134
AM_CONDITIONAL(ENABLE_PORTAUDIO, test x$enable_portaudio = xyes)
135
135
136
# legitimately we can add -g to flags for debug builds, because they won't
137
# be much use otherwise
138
if test x$enable_debug = xyes; then
139
   CXXFLAGS="$CXXFLAGS -g"
140
fi
141
142
if test x$enable_static = xyes; then
136
if test x$enable_static = xyes; then
143
   CXXFLAGS="$CXXFLAGS"
137
   CXXFLAGS="$CXXFLAGS"
144
else
138
else

Return to bug 278325