summaryrefslogtreecommitdiffstats
path: root/testing/enlightenment
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-03-02 11:47:32 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-03-02 11:47:32 +0200
commit4f7684aefc36955249cbb46111e6c2dec2b0db98 (patch)
treefed7f7b5a5dc99ee97f0ea0d1b6468922ac883b8 /testing/enlightenment
parent44b5ab6c6e33513d5b8f6374b01bfd66d6f86b96 (diff)
downloadaports-4f7684aefc36955249cbb46111e6c2dec2b0db98.tar.bz2
aports-4f7684aefc36955249cbb46111e6c2dec2b0db98.tar.xz
testing/enlightenment: fix opengl and depend on iconv
Diffstat (limited to 'testing/enlightenment')
-rw-r--r--testing/enlightenment/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/enlightenment/APKBUILD b/testing/enlightenment/APKBUILD
index 11df61ea0..2a53cff47 100644
--- a/testing/enlightenment/APKBUILD
+++ b/testing/enlightenment/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=enlightenment
pkgver=0.16.999.65643
-pkgrel=0
+pkgrel=1
pkgdesc="Enlightenment Window Manager"
url="http://trac.enlightenment.org/e/wiki/Enlightenment"
arch="all"
@@ -42,6 +42,8 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir"/usr/lib/ -name "*.la" | xargs rm -f
+ # opengl needs mprotect off for now
+ paxctl -c -m $pkgdir"/usr/bin/enlightenment
}
md5sums="9bdb2e6f88c3456b50fe509f05de3b4f enlightenment-0.16.999.65643.tar.bz2"