svn commit: r341039 - head/graphics/gnash

Dirk Meyer dinoex at FreeBSD.org
Sat Jan 25 13:41:27 UTC 2014


Author: dinoex
Date: Sat Jan 25 13:41:26 2014
New Revision: 341039
URL: http://svnweb.freebsd.org/changeset/ports/341039
QAT: https://qat.redports.org/buildarchive/r341039/

Log:
  - set BROKEN from FreeBSD-10, fails in boost ABI

Modified:
  head/graphics/gnash/Makefile

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Sat Jan 25 13:27:29 2014	(r341038)
+++ head/graphics/gnash/Makefile	Sat Jan 25 13:41:26 2014	(r341039)
@@ -73,6 +73,10 @@ CYGNAL_CONFIGURE_ENABLE=	cygnal
 
 .include <bsd.port.options.mk>
 
+.if ${OSVERSION} > 1000000
+BROKEN=	unable to link in libboost_system
+.endif
+
 # Cygnal option processing
 .if ${PORT_OPTIONS:MCYGNAL}
 CONFIG_FILES+=	cygnalrc


More information about the svn-ports-all mailing list