summaryrefslogtreecommitdiffstats
path: root/testing/scummvm
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-07-31 15:03:54 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-07-31 15:03:54 +0300
commit49548e7a898968dd7d75e7e10eb27b33cf6d21ae (patch)
tree978c47c1b72570a4478a12cf94e8e4468acfedf6 /testing/scummvm
parent7b3c583dc2c8b2fa5c0fab824c822468e6a862eb (diff)
downloadaports-49548e7a898968dd7d75e7e10eb27b33cf6d21ae.tar.bz2
aports-49548e7a898968dd7d75e7e10eb27b33cf6d21ae.tar.xz
testing/asterisk: fix configure
No --disable-plugins. It's disabled unless explicitly enabled. Seems scummvm has custom configure script with strict option parsing.
Diffstat (limited to 'testing/scummvm')
-rw-r--r--testing/scummvm/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/scummvm/APKBUILD b/testing/scummvm/APKBUILD
index 26e324512..52db16a89 100644
--- a/testing/scummvm/APKBUILD
+++ b/testing/scummvm/APKBUILD
@@ -33,7 +33,6 @@ build() {
--prefix=/usr \
--enable-all-engines \
--enable-release \
- --disable-plugins \
--disable-nasm \
|| exit 1
make