svn commit: r480458 - head/textproc/libmwaw03

Mark Linimon linimon at FreeBSD.org
Sun Sep 23 06:39:35 UTC 2018


Author: linimon
Date: Sun Sep 23 06:39:34 2018
New Revision: 480458
URL: https://svnweb.freebsd.org/changeset/ports/480458

Log:
  Fix error message on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/libmwaw03/Makefile

Modified: head/textproc/libmwaw03/Makefile
==============================================================================
--- head/textproc/libmwaw03/Makefile	Sun Sep 23 06:04:21 2018	(r480457)
+++ head/textproc/libmwaw03/Makefile	Sun Sep 23 06:39:34 2018	(r480458)
@@ -13,7 +13,7 @@ COMMENT=	Import library for some old mac text document
 LICENSE=	LGPL21+ MPL20
 LICENSE_COMB=	dual
 
-BROKEN_powerpc64=	fails to compile: MWAWCell.cxx:644: #pragma GCC diagnostic not allowed inside functions
+BROKEN_powerpc64=	fails to compile: MWAWCell.cxx:644: \#pragma GCC diagnostic not allowed inside functions
 
 LIB_DEPENDS=	librevenge-0.0.so:textproc/librevenge
 


More information about the svn-ports-head mailing list