From 825f1fc4126b1d8a992e85f42b15fd3e8b970419 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Mon, 10 Nov 2003 14:16:37 +0000 Subject: [PATCH] *** empty log message *** --- gcc/build.sh | 8 ++++---- patch/build.sh | 2 +- vim/build.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gcc/build.sh b/gcc/build.sh index bf3a8be..21492ff 100755 --- a/gcc/build.sh +++ b/gcc/build.sh @@ -8,8 +8,8 @@ # # Check the following 4 variables before running the script topdir=gcc -version=3.3.1 -pkgver=3 +version=3.3.2 +pkgver=1 source[0]=$topdir-$version.tar.bz2 ## If there are no patches, simply comment this #patch[0]= @@ -40,7 +40,7 @@ libgcc_name="libgcc - GCC runtime support" libgcc_pkgcat="library" libgcc_pkgvendor="http://gcc.gnu.org" libgcc_pkgdesc="Runtime support for programs built with gcc 3.x" -libgcc_pkgver="3" +libgcc_pkgver="1" libstdc_stage=$BUILDPKG_BASE/$topdir/stage.libstdc libstdc_pkgname="$pkgprefix""libstdc""$abbrev_ver" @@ -48,7 +48,7 @@ libstdc_name="libstdc++ - GCC runtime support" libstdc_pkgcat="library" libstdc_pkgvendor="http://gcc.gnu.org" libstdc_pkgdesc="Runtime support for c++ programs built with gcc $version" -libstdc_pkgver="3" +libstdc_pkgver="1" MV=/usr/bin/mv CP=/usr/bin/cp diff --git a/patch/build.sh b/patch/build.sh index 0e9bd9e..fa72c0d 100755 --- a/patch/build.sh +++ b/patch/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=patch version=2.5.4 -pkgver=1 +pkgver=2 source[0]=$topdir-$version.tar.gz # If there are no patches, simply comment this #patch[0]= diff --git a/vim/build.sh b/vim/build.sh index 32584b9..abc5b31 100755 --- a/vim/build.sh +++ b/vim/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=vim version=6.2.98 -pkgver=motif-1 +pkgver=gtk2-1 source[0]=$topdir-6.2.tar.bz2 # If there are no patches, simply comment this patch[0]=6.2.001 @@ -147,7 +147,7 @@ reg build build() { setdir source - ./configure --prefix=/usr/local --with-gnome=no --enable-gui=motif --disable-gpm --disable-nls + ./configure --prefix=/usr/local --with-gnome=no --enable-gui=gtk2 --disable-gpm --disable-nls $MAKE_PROG EXTRA_LIBS="-R /usr/local/lib" }