aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-01-07 06:02:46 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2018-01-07 06:02:46 +0800
commit1eb14e9a55f9d2e0f1391fd8f252e732b9f61b7a (patch)
treeb06a46f48dfbb1ce59e75b812384c5cdb5e9186f /x11-toolkits
parentf7afc59ca529133afb8c3368c80be2a35268aa06 (diff)
downloadfreebsd-ports-1eb14e9a55f9d2e0f1391fd8f252e732b9f61b7a.tar.gz
freebsd-ports-1eb14e9a55f9d2e0f1391fd8f252e732b9f61b7a.tar.zst
freebsd-ports-1eb14e9a55f9d2e0f1391fd8f252e732b9f61b7a.zip
x11-toolkits/attica fix build with clang6
PR: 224945 Reported by: jbeich
Notes
Notes: svn path=/head/; revision=458295
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/attica/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile
index 3f9bdd714dd1..ef4bf2e94a4d 100644
--- a/x11-toolkits/attica/Makefile
+++ b/x11-toolkits/attica/Makefile
@@ -3,7 +3,7 @@
PORTNAME= attica
PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= x11-toolkits
MASTER_SITES= KDE/stable/${PORTNAME}
@@ -17,6 +17,7 @@ USE_LDCONFIG= yes
USES= cmake:outsource tar:bzip2
CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \
-DQT4_BUILD:BOOL=ON
+USE_CXXSTD= gnu++98
post-patch:
# LIB_DESTINATION is not caught by USES=pathfix.