diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-09-01 11:44:37 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-01 11:44:37 -0300 |
commit | 135b7bcb2825788a020a90c04880aa006a0c44cb (patch) | |
tree | 106c158f40196513191695ededdc4b808400cf37 /academic/celestia/celestia.SlackBuild | |
parent | 6b139e5d363ba5f59e8a6c077048ea490b2aea91 (diff) | |
download | slackbuilds-135b7bcb2825788a020a90c04880aa006a0c44cb.tar.gz |
academic/celestia: Updated for version 1.6.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'academic/celestia/celestia.SlackBuild')
-rw-r--r-- | academic/celestia/celestia.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/academic/celestia/celestia.SlackBuild b/academic/celestia/celestia.SlackBuild index 96a7b5bd72..4c804df18b 100644 --- a/academic/celestia/celestia.SlackBuild +++ b/academic/celestia/celestia.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for celestia -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2011 Heinz Wiesinger <pprkut@liwjatan.at> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=celestia -VERSION=1.6.0 +VERSION=1.6.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,12 +72,6 @@ find . \ # Note that the kde frontend will only build with kde3 FRONTEND=${FRONTEND:-gtk} -# Fix detecting libpng 1.4 -patch -p0 -i $CWD/celestia-1.6.0-libpng14.patch - -# Fix build errors for gcc 4.5 -patch -p0 -i $CWD/celestia-1.6.0-gcc45.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |