diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 11:01:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 11:01:50 +0000 |
commit | 272bca67efffcfb0a62c658be11fe8d8aabe5534 (patch) | |
tree | 3e196a53836f6747eb6359eb9c17654bbf91e284 /ports-mgmt | |
parent | bc04385f23b6c03b345b35e984f22e84b9c6b34f (diff) | |
download | ports-272bca67efffcfb0a62c658be11fe8d8aabe5534.tar.gz ports-272bca67efffcfb0a62c658be11fe8d8aabe5534.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile index 19a19c57c014..86249217ee0f 100644 --- a/ports-mgmt/portal/Makefile +++ b/ports-mgmt/portal/Makefile @@ -10,6 +10,8 @@ COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE +BROKEN_powerpc64= fails to build: /usr/local/lib/gcc6/include/c++/thread:189: undefined reference to `std::thread::_State::~_State()' + PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz |