autogen: mark broken temporarily on i686
This commit is contained in:
parent
eab5d17a0c
commit
0a4eb0030b
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ homepage="http://autogen.sourceforge.net/"
|
|||
distfiles="${GNU_SITE}/${pkgname}/rel${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3cd9f81a8ae7c6865bb9bbbe16c4307a243a1373d0b315a83571cbba1fff725d
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
# XXX broken temporarily
|
||||
broken=yes
|
||||
fi
|
||||
|
||||
replaces="autogen-docs>=0"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue