diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-01-22 14:03:54 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-01-22 14:03:54 -0600 |
commit | 8987c01ffece94525334457e7ee19c247e337966 (patch) | |
tree | 285761f7b5769879467e8d8202661992c9f757bc /development/acpica/acpica.SlackBuild | |
parent | 2b3562119e3191668cac47875010a5e784435c2b (diff) | |
download | slackbuilds-8987c01ffece94525334457e7ee19c247e337966.tar.gz |
development/acpica: Updated for version 20120111.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/acpica/acpica.SlackBuild')
-rw-r--r-- | development/acpica/acpica.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/acpica/acpica.SlackBuild b/development/acpica/acpica.SlackBuild index 4538713a24..66ce32c0ae 100644 --- a/development/acpica/acpica.SlackBuild +++ b/development/acpica/acpica.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for acpica -# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands # 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=acpica -VERSION=20110922 +VERSION=20120111 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,9 +65,6 @@ cd $PRGNAM-unix2-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -# Fix build warning issued on 32bit systems -patch -p2 -i $CWD/pthread_build_warning_fix.patch - cd compiler CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |