diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-18 16:14:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-18 16:14:23 +0800 |
commit | b4f847b333aee56d4c19deeb8cc966fff73abd53 (patch) | |
tree | 985075045a3e320b7edb1a42256318fd6f5f3038 /databases | |
parent | 9b4b8f5dd119fd815d042cd6c5796894d89bfc48 (diff) | |
download | freebsd-ports-gnome-b4f847b333aee56d4c19deeb8cc966fff73abd53.tar.gz freebsd-ports-gnome-b4f847b333aee56d4c19deeb8cc966fff73abd53.tar.zst freebsd-ports-gnome-b4f847b333aee56d4c19deeb8cc966fff73abd53.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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Tie-LevelDB/Makefile | 3 | ||||
-rw-r--r-- | databases/pointcloud/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-Tie-LevelDB/Makefile b/databases/p5-Tie-LevelDB/Makefile index 98889d162b9a..38f090a7ad6b 100644 --- a/databases/p5-Tie-LevelDB/Makefile +++ b/databases/p5-Tie-LevelDB/Makefile @@ -15,14 +15,13 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform -BROKEN_powerpc64= does not build: error: unrecognized command line option -std=c++0x BROKEN_sparc64= does not build: unrecognized command line options LIB_DEPENDS= libleveldb.so:databases/leveldb MAKE_ARGS= CC="${CXX}" +USES= compiler:c++0x gmake localbase perl5 USE_PERL5= configure -USES= compiler gmake localbase perl5 .include <bsd.port.pre.mk> 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 |