svn commit: r359953 - head/lang/hugs

Gabor Pali pgj at FreeBSD.org
Tue Jul 1 03:04:01 UTC 2014


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


More information about the svn-ports-all mailing list