summaryrefslogtreecommitdiffstats
path: root/development/acpica/acpica.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/acpica/acpica.SlackBuild')
-rw-r--r--development/acpica/acpica.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/development/acpica/acpica.SlackBuild b/development/acpica/acpica.SlackBuild
index b108b35972..01218087c7 100644
--- a/development/acpica/acpica.SlackBuild
+++ b/development/acpica/acpica.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=acpica
-VERSION=20100702
+VERSION=20100915
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,6 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
cd compiler
- sed -i "s|/components||" Makefile
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
make MAKEFLAGS="-j1"
@@ -74,10 +73,6 @@ cd compiler
make clean
cd -
-# fix wrong paths in Makefile
-sed -i "s|/../source||" tools/acpiexec/Makefile
-sed -i "s|/components||" tools/acpiexec/Makefile
-
for i in acpiexec acpisrc acpixtract; do
cd tools/$i
CFLAGS="$SLKCFLAGS" \