diff options
author | melikamp <melikamp@melikamp.net> | 2012-01-08 00:58:21 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-13 14:43:32 -0600 |
commit | 7526c7a548b813d8be2b62e97be0b71a61b7057c (patch) | |
tree | 3754b090ec59aff878e8caa8b10bba13e4ebe636 /network/icecat/icecat.SlackBuild | |
parent | 616704613f2fa97742b2c3667532e5f20e9f5885 (diff) | |
download | slackbuilds-7526c7a548b813d8be2b62e97be0b71a61b7057c.tar.gz |
network/icecat: Updated for version 9.0.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index c4739c4f22..ecb716c634 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -18,7 +18,7 @@ # http://melikamp.com/features/slackbuilds.shtml PRGNAM="icecat" -VERSION="7.0.1" +VERSION="9.0.1" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,9 +73,6 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --build=$ARCH-slackware-linux || exit 1 -# Work around bug 679006 which prevents building with latest kernels. -cp security/coreconf/Linux3.0.mk security/coreconf/Linux3.1.mk - make || exit 1 make install DESTDIR=$PKG |