Magellan Linux

Diff of /trunk/core/include/kde3.sminc

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

revision 1925 by niro, Wed Jun 10 16:18:25 2009 UTC revision 3728 by niro, Sun Nov 1 11:16:02 2009 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3    sminclude qt3
4    
5  ## some global vars ##  ## some global vars ##
 export QTDIR=/usr  
6  export KDEDIR=/usr  export KDEDIR=/usr
7  export KDECONFDIR=/etc  export KDECONFDIR=/etc
8    
# Line 14  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH Line 15  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH
15  # so we prevent this:  # so we prevent this:
16  export KDEDIRS=${KDEDIR}  export KDEDIRS=${KDEDIR}
17    
18    # the configure checks for kconfig_compiler do not respect PATH
19    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.1925  
changed lines
  Added in v.3728