Package-Manager: portage-2.3.1
DOCS=( AUTHORS ChangeLog NEWS README )
+# backported from coming 3.23.15 alpha. Fixes bug #595220
+src_prepare() {
+ sed -i -e "s/memset(src/memset(\&src/" src/main.cxx
+}
+
src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \
DOCS=( AUTHORS ChangeLog NEWS README )
+# backported from coming 3.23.15 alpha. Fixes bug #595220
+src_prepare() {
+ sed -i -e "s/memset(src/memset(\&src/" src/main.cxx
+}
+
src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \