what=`/bin/pwd|sed -e 's+.*/++'` case "$what" in TiMidity++-*) what=timidity ;; *) echo "strange working directory for a mozilla configure" >&2 exit 1 esac case "`uname -m`" in i?86) CFLAGS="$CFLAGS -m486" gcc -v 2>&1|grep egcs>/dev/null || CFLAGS="$CFLAGS -no-strength-reduce" ;; arm*) #OPTS="--disable-asm build=arm-linuxelf" # config.guess needs patching CFLAGS="-D__USE_GNU";; esac prefix=/.software/share/$what eprefix=/.software/arch/$what version=1.2 if [ -d /software/gimp_dev-$version ]; then OPTS="$OPTS --with-glib-prefix=/software/gimp_dev-$version" LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/software/gimp_dev-$version/lib export LD_LIBRARY_PATH fi case "$LD_LIBRARY_PATH" in :*) LD_LIBRARY_PATH=`echo $LD_LIBRARY_PATH|cut -c2-` ;; esac gtkconfig=`/bin/showpath +wto gimp_dev-$version gimp standard current findfirst=gtk-config` gtkprefix=`$gtkconfig --prefix` #grep -q netwinder config.sub || patch --verbose -u -t -N -p2<