diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-25 15:48:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-25 15:48:16 +0800 |
commit | 1383e7c710e2487409417399608c9307a84af897 (patch) | |
tree | 52d9cf57c564cc436873de465fb775566af3fb3c | |
parent | 2ec4a5420758478fef8504712a1beb175b6e9757 (diff) | |
download | freebsd-ports-gnome-1383e7c710e2487409417399608c9307a84af897.tar.gz freebsd-ports-gnome-1383e7c710e2487409417399608c9307a84af897.tar.zst freebsd-ports-gnome-1383e7c710e2487409417399608c9307a84af897.zip |
This port now builds on powerpc64.
PR: 231589
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | textproc/libmwaw03/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index 1c5be3484065..5ef77e5f5be2 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -13,8 +13,6 @@ COMMENT= Import library for some old mac text documents LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual -BROKEN_powerpc64= fails to compile: MWAWCell.cxx:644: \#pragma GCC diagnostic not allowed inside functions - LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs |