diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-18 00:40:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-18 00:40:15 +0800 |
commit | 2a957fa97092927c418f18cd80ff6f1855a45e63 (patch) | |
tree | ad56df86b94ffbb007bb1b3bc5dced8ff7340e9e /databases | |
parent | b37af7ae266870a633b6bbb7a2280f82c60acb6d (diff) | |
download | freebsd-ports-gnome-2a957fa97092927c418f18cd80ff6f1855a45e63.tar.gz freebsd-ports-gnome-2a957fa97092927c418f18cd80ff6f1855a45e63.tar.zst freebsd-ports-gnome-2a957fa97092927c418f18cd80ff6f1855a45e63.zip |
Fix build with Clang 6
MFH: 2018Q1
Diffstat (limited to 'databases')
-rw-r--r-- | databases/kyototycoon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index f6630f999f97..5542f1fbc5c8 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -25,6 +25,7 @@ INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' TEST_TARGET= check +USE_CXXSTD= gnu++98 USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} USES= gmake pkgconfig |