diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-08 03:42:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-08 03:42:02 +0800 |
commit | 74e39b72b44a447a1ca6b6f75841a6ecd8d25f8e (patch) | |
tree | 4cf18ba17aa6dde029972e47445efbc42a37fce4 /security/libgcrypt | |
parent | 799651d0e6b0b3b4db6c776a3bffe4de324f8e75 (diff) | |
download | freebsd-ports-gnome-74e39b72b44a447a1ca6b6f75841a6ecd8d25f8e.tar.gz freebsd-ports-gnome-74e39b72b44a447a1ca6b6f75841a6ecd8d25f8e.tar.zst freebsd-ports-gnome-74e39b72b44a447a1ca6b6f75841a6ecd8d25f8e.zip |
Mark as broken on powerpc only on -current. This will unblock gnome,
kde, and other builds on 8 and 9.
Hat: portmgr
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index fcef0177ae75..987acfc52138 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -35,7 +35,10 @@ INFO= gcrypt .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm +.if (${OSVERSION} >= 1000000) BROKEN= will not compile. See pr ports/166388 +.endif + .elif ${ARCH} == "i386" .if (${OSVERSION} < 900033) CONFIGURE_ARGS+= --disable-aesni-support |