svn commit: r417081 - head/archivers/paq

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 18 18:42:45 UTC 2016


Author: bapt
Date: Sat Jun 18 18:42:44 2016
New Revision: 417081
URL: https://svnweb.freebsd.org/changeset/ports/417081

Log:
  Mark as broken with OPENMP options

Modified:
  head/archivers/paq/Makefile

Modified: head/archivers/paq/Makefile
==============================================================================
--- head/archivers/paq/Makefile	Sat Jun 18 18:38:52 2016	(r417080)
+++ head/archivers/paq/Makefile	Sat Jun 18 18:42:44 2016	(r417081)
@@ -66,7 +66,8 @@ PORTDATA=	${WDATA} ${DDATA} zpsfx
 
 .if ${PORT_OPTIONS:MOPENMP}
 OPENMP_CFLAGS+=	-fopenmp
-USE_GCC=		any
+USE_GCC=	any
+BROKEN=		does not build
 .endif
 
 post-extract:


More information about the svn-ports-head mailing list