kcgi: broken for i686
This commit is contained in:
parent
5a7c739f46
commit
6dfd5fdfd5
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ homepage="http://kristaps.bsd.lv/kcgi/"
|
|||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||
checksum=aad90187c20681ceb0cdd54e5cbc54a01c7c3d251b147a2cf1129697e76082c0
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
broken="http://build.voidlinux.eu/builders/i686_builder/builds/15478/steps/shell_3/logs/stdio"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
make \
|
||||
PREFIX=${DESTDIR}/usr \
|
||||
|
|
Loading…
Reference in a new issue