svn commit: r303822 - head/security/libgcrypt
Mark Linimon
linimon at FreeBSD.org
Fri Sep 7 19:42:03 UTC 2012
Author: linimon
Date: Fri Sep 7 19:42:02 2012
New Revision: 303822
URL: http://svn.freebsd.org/changeset/ports/303822
Log:
Mark as broken on powerpc only on -current. This will unblock gnome,
kde, and other builds on 8 and 9.
Hat: portmgr
Modified:
head/security/libgcrypt/Makefile
Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile Fri Sep 7 19:27:31 2012 (r303821)
+++ head/security/libgcrypt/Makefile Fri Sep 7 19:42:02 2012 (r303822)
@@ -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
More information about the svn-ports-head
mailing list