aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-06-03 03:40:59 +0800
committerlinimon <linimon@FreeBSD.org>2018-06-03 03:40:59 +0800
commitedd23caad62cad4354b32a0e756d29ef60725624 (patch)
tree6ebaf5829c72142d3a5c3a96a70bb72c787b49e2 /archivers
parent77eaac3a343f786eb4d8e8ba21123411d8862b3d (diff)
downloadfreebsd-ports-gnome-edd23caad62cad4354b32a0e756d29ef60725624.tar.gz
freebsd-ports-gnome-edd23caad62cad4354b32a0e756d29ef60725624.tar.zst
freebsd-ports-gnome-edd23caad62cad4354b32a0e756d29ef60725624.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)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lazperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lazperf/Makefile b/archivers/lazperf/Makefile
index a16619bca497..47bb60991cbc 100644
--- a/archivers/lazperf/Makefile
+++ b/archivers/lazperf/Makefile
@@ -11,7 +11,7 @@ COMMENT= Alternative LAZ implementation for C++ and JavaScript
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= hobu
GH_PROJECT= laz-perf