wok-next diff xget/receipt @ rev 20365
palemoon: disable SSE2, up get-palemoon.
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Nov 24 08:37:29 2017 +0100 (2017-11-24) |
parents | 23c3aed67cd9 |
children | 1f8d622f0165 |
line diff
1.1 --- a/xget/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/xget/receipt Fri Nov 24 08:37:29 2017 +0100 1.3 @@ -12,12 +12,12 @@ 1.4 WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL" 1.5 1.6 DEPENDS="" 1.7 -BUILD_DEPENDS="openssl openssl-dev elfutils-dev" 1.8 +BUILD_DEPENDS="openssl openssl-dev elfutils-dev zlib-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 + sed -i 's|<stdio.h>|&\n#include <sys/resource.h>|' xcpufs/xcpufs.c 1.15 make -j 1 && 1.16 make INSTALLPREFIX=$DESTDIR/usr install 1.17 }