aboutsummaryrefslogtreecommitdiff
path: root/sysutils/usbtop
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-02 19:40:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-02 19:40:59 +0000
commit9fa05cbab26c31bb4844d99f33bcf4472948646e (patch)
tree6ebaf5829c72142d3a5c3a96a70bb72c787b49e2 /sysutils/usbtop
parent2d9234768bd3255380394766d8932f1d698dffe5 (diff)
downloadports-9fa05cbab26c31bb4844d99f33bcf4472948646e.tar.gz
ports-9fa05cbab26c31bb4844d99f33bcf4472948646e.zip
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=471400
Diffstat (limited to 'sysutils/usbtop')
-rw-r--r--sysutils/usbtop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/usbtop/Makefile b/sysutils/usbtop/Makefile
index 883b83f74b5d..00c58fc26203 100644
--- a/sysutils/usbtop/Makefile
+++ b/sysutils/usbtop/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= aguinet