aboutsummaryrefslogtreecommitdiff
path: root/databases/fastdb
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 03:49:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 03:49:09 +0000
commit836c2938d13dd8f3de8529a539c0e99b8b132537 (patch)
tree011ecedd5c814f5703e586c87086601a7a0634a4 /databases/fastdb
parentc4645f731a53ba79207bee6555d94df477deb0fc (diff)
downloadports-836c2938d13dd8f3de8529a539c0e99b8b132537.tar.gz
ports-836c2938d13dd8f3de8529a539c0e99b8b132537.zip
Notes
Diffstat (limited to 'databases/fastdb')
-rw-r--r--databases/fastdb/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile
index 9cf98e3e47b8..658b44686a61 100644
--- a/databases/fastdb/Makefile
+++ b/databases/fastdb/Makefile
@@ -12,9 +12,7 @@ COMMENT= Main Memory Relational Database Management System
LICENSE= MIT
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-OPTIONS_DEFINE= DOCS
+BROKEN_powerpc64= fails to compile: unrecognized command line option "-std=gnu++03"
USES= gmake dos2unix
USE_GCC= any
@@ -24,6 +22,10 @@ USE_LDCONFIG= yes
DOS2UNIX_FILES= ${MAKEFILE}
CXXFLAGS+= -D_WANT_SEMUN
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+OPTIONS_DEFINE= DOCS
+
PORTDOCS= FastDB.htm
# The port does not build with C++11 or later (bug 219275).