aboutsummaryrefslogtreecommitdiff
path: root/databases/pointcloud
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-18 08:14:23 +0000
commit2e7f27934a9580751196aa2ace7230c9e763524f (patch)
tree985075045a3e320b7edb1a42256318fd6f5f3038 /databases/pointcloud
parentcdf2a00af52a8eb98245773b34b055c7f995532b (diff)
downloadports-2e7f27934a9580751196aa2ace7230c9e763524f.tar.gz
ports-2e7f27934a9580751196aa2ace7230c9e763524f.zip
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=479990
Diffstat (limited to 'databases/pointcloud')
-rw-r--r--databases/pointcloud/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pointcloud/Makefile b/databases/pointcloud/Makefile
index 0a44a743b278..b29830ad49a8 100644
--- a/databases/pointcloud/Makefile
+++ b/databases/pointcloud/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BUILD_DEPENDS= ${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf
LIB_DEPENDS= libght.so:devel/libght
-USES= autoreconf gmake gnome pgsql
+USES= autoreconf compiler:c++0x gmake gnome pgsql
WANT_PGSQL= server
USE_GNOME= libxml2
GNU_CONFIGURE= yes