Magellan Linux

Diff of /trunk/include/kde3.sminc

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

trunk/core/include/kde3.sminc revision 3721 by niro, Sat Oct 31 12:30:31 2009 UTC branches/magellan-next/include/kde3.sminc revision 6838 by niro, Wed Sep 22 18:58:12 2010 UTC
# Line 3  Line 3 
3  sminclude qt3  sminclude qt3
4    
5  ## some global vars ##  ## some global vars ##
6  export KDEDIR=/usr  export KDEDIR=/opt/kde3
7  export KDECONFDIR=/etc  export KDECONFDIR=/etc/kde3
8    
9  # fixes some compile issues ala "kde-config: command not found"  # fixes some compile issues ala "kde-config: command not found"
10  export PATH="${KDEDIR}/bin:${PATH}"  export PATH="${KDEDIR}/bin:${PATH}"
# Line 18  export KDEDIRS=${KDEDIR} Line 18  export KDEDIRS=${KDEDIR}
18  # the configure checks for kconfig_compiler do not respect PATH  # the configure checks for kconfig_compiler do not respect PATH
19  export KCONFIG_COMPILER="${KDEDIR}/bin/kconfig_compiler"  export KCONFIG_COMPILER="${KDEDIR}/bin/kconfig_compiler"
20    
21    # autoconf-2.64 breaks the buildsystem of kde3.5
22    # see: http://blog.flameeyes.eu/2009/07/28/having-fun-with-autoconf-2-64
23    # and: https://bugs.gentoo.org/show_bug.cgi?id=279482
24    # suggested workarounds are not working, so we call autoconf-2.63 here:
25    export WANT_AUTOCONF="2.63"
26    
27  kde3_configure()  kde3_configure()
28  {  {
29   local configure_opts   local configure_opts

Legend:
Removed from v.3721  
changed lines
  Added in v.6838