diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-14 07:36:16 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-14 07:36:16 +0800 |
commit | 0a534ed4c7e30c0709191425109085da9c2f3fba (patch) | |
tree | 540af31d37b3ae3d9b4538c2f751ce752be43754 /net/ns3 | |
parent | 7e4f41c6908ce98d98c9a87bb0998ff78c715166 (diff) | |
download | freebsd-ports-gnome-0a534ed4c7e30c0709191425109085da9c2f3fba.tar.gz freebsd-ports-gnome-0a534ed4c7e30c0709191425109085da9c2f3fba.tar.zst freebsd-ports-gnome-0a534ed4c7e30c0709191425109085da9c2f3fba.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/ns3')
-rw-r--r-- | net/ns3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ns3/Makefile b/net/ns3/Makefile index 954bb505f69f..d65c95477931 100644 --- a/net/ns3/Makefile +++ b/net/ns3/Makefile @@ -11,6 +11,8 @@ COMMENT= Network simulator for Internet systems LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option -std=c++11 + USES= gettext pkgconfig python sqlite tar:bzip2 waf USE_GNOME= libxml2 USE_LDCONFIG= yes |