diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-23 13:12:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-23 13:12:55 +0800 |
commit | 73aa000597c3f1d1553e13ea9078ebe593df43be (patch) | |
tree | 7446fabc7b6c190b7f6347e63c092b0770f1f9fc /math/metis/Makefile | |
parent | d0448fc40d5c42008c2d6e65cf01c4bcf938a374 (diff) | |
download | freebsd-ports-gnome-73aa000597c3f1d1553e13ea9078ebe593df43be.tar.gz freebsd-ports-gnome-73aa000597c3f1d1553e13ea9078ebe593df43be.tar.zst freebsd-ports-gnome-73aa000597c3f1d1553e13ea9078ebe593df43be.zip |
Fix build on gcc-bases archs.
PR: 231558
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/metis/Makefile')
-rw-r--r-- | math/metis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 10507057f52b..281d493d9297 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -12,11 +12,9 @@ COMMENT= Package for unstructured graph partitioning LICENSE= APACHE20 -BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld) - CONFLICTS= metis4-4* metis-edf-[0-9]* -USES= cmake:noninja +USES= cmake:noninja compiler:c11 OPTIONS_DEFINE= OPENMP SHARED STATIC DOCS |