summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-18 12:50:48 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-18 12:50:48 +0100
commit7baae8ec7a481251a0b794ee646e6b328cc2228d (patch)
tree6fd99eb6c2ca75fb98cc34dd67316624b0e2ba4a /base
parentbd8755cbb64b3752fd29939287f93849a2ee6f79 (diff)
downloadnutyx-pakxe-7baae8ec7a481251a0b794ee646e6b328cc2228d.tar.gz
nutyx-pakxe-7baae8ec7a481251a0b794ee646e6b328cc2228d.tar.bz2
nutyx-pakxe-7baae8ec7a481251a0b794ee646e6b328cc2228d.tar.xz
nutyx-pakxe-7baae8ec7a481251a0b794ee646e6b328cc2228d.zip
links, sans support graphics en attendant
Diffstat (limited to 'base')
-rw-r--r--base/links/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/links/Pkgfile b/base/links/Pkgfile
index ad180daa3..2eb95403a 100644
--- a/base/links/Pkgfile
+++ b/base/links/Pkgfile
@@ -12,13 +12,12 @@ release=1
source=(http://links.twibright.com/download/$name-$version.tar.bz2 )
build() {
+ unset MAKEFLAGS
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
- --enable-javascript \
- --enable-graphics \
- --with-fb --with-directfb
+ --enable-javascript
make
make DESTDIR=$PKG install
}