Browse Source

should fix kde's build problems with recent ALSA versions (1.0.x)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2269 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
6286571499
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/kde31/kdelibs31/kde-31.conf

+ 3
- 0
package/kde31/kdelibs31/kde-31.conf

@ -27,3 +27,6 @@ confopt="$confopt --with-qt-dir=$QTDIR --with-qt-includes=$QTDIR/include \
var_append GCC_WRAPPER_APPEND " " \
"-DALSA_PCM_OLD_HW_PARAMS_API -DALSA_PCM_OLD_SW_PARAMS_API"
# the ALSA headers are not ANSI C ...
var_append GCC_WRAPPER_REMOVE " " "-ansi"

Loading…
Cancel
Save