Browse Source

Rene Rebe:

* improved e17 to not run configure twice
	* and so could clean some ugly cxx var stuff on the way, too


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3381 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
82ef01d93d
2 changed files with 3 additions and 4 deletions
  1. +2
    -3
      package/e17/edb/edb.conf
  2. +1
    -1
      package/e17/imlib2/e17.conf

+ 2
- 3
package/e17/edb/edb.conf

@ -20,8 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
enablecxx='--enable-cxx'
. $base/package/*/imlib2/e17.conf
preconf="$preconf
patch -p0 < $confdir/con.patch-manual"
var_append extraconfopt " " "--enable-cxx"

+ 1
- 1
package/e17/imlib2/e17.conf

@ -14,5 +14,5 @@ fi
# needed since e17 is currently CVS checkout only ...
# and fixup the damn autogen.sh ...
preconf="sed -i s/$USER/stupid/ autogen.sh ; sh autogen.sh $enablecxx"
preconf="sed -i s/$USER/stupid/ autogen.sh ; NOCONFIGURE=1 sh autogen.sh"

Loading…
Cancel
Save