*** empty log message ***

This commit is contained in:
Tom G. Christensen
2003-11-10 14:16:37 +00:00
committed by tgc
parent 25efaa29cb
commit 825f1fc412
3 changed files with 7 additions and 7 deletions

View File

@@ -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"
}