diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-10 08:27:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-10 08:27:48 +0800 |
commit | f585ac27f039633961b5385f1ca3144a2a1e293f (patch) | |
tree | 00f4f9455aeef4b2c0eaf2857cd1f198ea50824c /comms | |
parent | 27147fa2a2bb78a9e42a2fb62cb28dc680e5da7a (diff) | |
download | freebsd-ports-gnome-f585ac27f039633961b5385f1ca3144a2a1e293f.tar.gz freebsd-ports-gnome-f585ac27f039633961b5385f1ca3144a2a1e293f.tar.zst freebsd-ports-gnome-f585ac27f039633961b5385f1ca3144a2a1e293f.zip |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hcidump/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile index bb287f22e7fe..940a1dd95099 100644 --- a/comms/hcidump/Makefile +++ b/comms/hcidump/Makefile @@ -19,6 +19,4 @@ CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz -BROKEN_powerpc64= Does not build on powerpc64 - .include <bsd.port.mk> |