From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- .../vsound/files/vsound-0.6-fix-build-system.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 media-sound/vsound/files/vsound-0.6-fix-build-system.patch (limited to 'media-sound/vsound/files') diff --git a/media-sound/vsound/files/vsound-0.6-fix-build-system.patch b/media-sound/vsound/files/vsound-0.6-fix-build-system.patch new file mode 100644 index 000000000000..7e653b6197ca --- /dev/null +++ b/media-sound/vsound/files/vsound-0.6-fix-build-system.patch @@ -0,0 +1,28 @@ +--- a/configure.in ++++ b/configure.in +@@ -3,7 +3,9 @@ + AC_CANONICAL_SYSTEM + + AM_INIT_AUTOMAKE(vsound, 0.5) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) ++ ++AC_CONFIG_MACRO_DIR([.]) + + AC_PROG_CC + AC_PROG_CPP +@@ -45,12 +47,12 @@ + fi + + if test "$ac_cv_prog_gcc" = yes ; then +- CFLAGS="-g -O2 -Wall -Wstrict-prototypes -pipe" ++ CFLAGS+=" -Wall -Wstrict-prototypes" + fi + + if test "$ac_arg_debug" = yes; then + echo "enabling debug" +- CFLAGS="$CFLAGS -DENABLE_DEBUG " ++ CPPFLAGS+=" -DENABLE_DEBUG" + fi + + AC_OUTPUT(Makefile vsound) -- cgit v1.2.3