Date: Sun, 23 Sep 2018 06:39:35 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480458 - head/textproc/libmwaw03 Message-ID: <201809230639.w8N6dZOV041825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230639.w8N6dZOV041825>