Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 19:42:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303822 - head/security/libgcrypt
Message-ID:  <201209071942.q87Jg3lF052791@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209071942.q87Jg3lF052791>