Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 03:04:01 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359953 - head/lang/hugs
Message-ID:  <201407010304.s61341wb090359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Tue Jul  1 03:04:00 2014
New Revision: 359953
URL: http://svnweb.freebsd.org/changeset/ports/359953
QAT: https://qat.redports.org/buildarchive/r359953/

Log:
  - Fix BROKEN
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/lang/hugs/Makefile

Modified: head/lang/hugs/Makefile
==============================================================================
--- head/lang/hugs/Makefile	Tue Jul  1 02:56:33 2014	(r359952)
+++ head/lang/hugs/Makefile	Tue Jul  1 03:04:00 2014	(r359953)
@@ -25,9 +25,7 @@ CONFIGURE_ARGS+=	--with-pthreads
 USE_GL=		glut
 USE_XORG=	sm ice xmu xi x11
 
-.if ${ARCH} == "ia64"
-BROKEN=		dumps core during build on ${ARCH}
-.endif
+BROKEN_ia64=	dumps core during build
 
 post-patch:
 	@${REINPLACE_CMD} 's/LIBS/LIBRARIES/' ${WRKSRC}/libraries/Makefile.in



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