From 61c4c683198e8c69ea9cfd2e6558e80a51782783 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 11 Jan 2004 23:28:29 +0000 Subject: [PATCH] this might / should fix kde* for the new ALSA version (...) - not yet fully tested git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2187 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kde31/kdelibs31/kde-31.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/kde31/kdelibs31/kde-31.conf b/package/kde31/kdelibs31/kde-31.conf index 3b7bdd508..04ae5da42 100644 --- a/package/kde31/kdelibs31/kde-31.conf +++ b/package/kde31/kdelibs31/kde-31.conf @@ -23,3 +23,7 @@ confopt="$confopt --with-qt-dir=$QTDIR --with-qt-includes=$QTDIR/include \ # --enable-final often breaks things ... +# ALSA 1.0 API change workaround ... :-( +var_append GCC_WRAPPER_APPEND " " \ + "-DALSA_PCM_OLD_HW_PARAMS_API -DALSA_PCM_OLD_SW_PARAMS_API" +