Magellan Linux

Diff of /trunk/extras/alsa-plugins/alsa-plugins-1.0.25-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13185 by niro, Mon Sep 3 18:10:50 2012 UTC revision 13186 by niro, Mon Sep 3 18:18:54 2012 UTC
# Line 21  SDEPEND=">= dev-util/pkgconfig-0.25" Line 21  SDEPEND=">= dev-util/pkgconfig-0.25"
21  SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"  SRCFILE="${PNAME}-${PVER/_/}.tar.bz2"
22  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}"
23    
 EMUL_LINUX_32=true  
24  sminclude mbuild mtools multilib  sminclude mbuild mtools multilib
25    
26  SRC_URI=(  SRC_URI=(
# Line 36  UP2DATE="updatecmd 'http://alsa.cybermir Line 35  UP2DATE="updatecmd 'http://alsa.cybermir
35    
36  src_compile()  src_compile()
37  {  {
38     # fix some build issues
39     export CFLAGS="${CFLAGS} -D_GNU_SOURCE"
40     export CXXFLAGS="${CXXFLAGS} -D_GNU_SOURCE"
41    
42   mconfigure \   mconfigure \
43   --disable-dependency-tracking \   --disable-dependency-tracking \
44   --disable-dbus \   --disable-dbus \

Legend:
Removed from v.13185  
changed lines
  Added in v.13186