]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
wxwidgets: changed back to unicode-only package
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 22 Oct 2006 20:51:19 +0000 (20:51 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 22 Oct 2006 20:51:19 +0000 (20:51 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@491 370017ae-e619-0410-ac65-c121f96126d4

wxwidgets/wxWidgets.SlackBuild

index b51123ac1a49354322a85e0021805d3088fe9bf5..88018baa7973f4f9943a8843d3d7651144a5e3a8 100755 (executable)
@@ -30,7 +30,7 @@ fi
 PACKAGE="wxWidgets"
 ARCH=${ARCH:=i486}
 VERSION=${VERSION:=2.6.3}
-BUILD=${BUILD:=2rd}
+BUILD=${BUILD:=1rd}
 SRC_DIR=${SRC:=$CWD}
 TMP=${TMP:=/tmp}
 REPOS=${REPOS:=$TMP}
@@ -75,11 +75,10 @@ fi
 make || exit $ERROR_MAKE
 make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
 
-make clean
-
-./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-docdir=/usr/doc/$PACKAGE-$VERSION --enable-config || exit $ERROR_CONF
-make || exit $ERROR_MAKE
-make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
+# make clean
+# ./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-docdir=/usr/doc/$PACKAGE-$VERSION --enable-config || exit $ERROR_CONF
+# make || exit $ERROR_MAKE
+# make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL
 
 CWD="`pwd`"