svn commit: r458286 - head/x11/qimageblitz
Tobias C. Berner
tcberner at FreeBSD.org
Sat Jan 6 18:48:34 UTC 2018
Author: tcberner
Date: Sat Jan 6 18:48:32 2018
New Revision: 458286
URL: https://svnweb.freebsd.org/changeset/ports/458286
Log:
x11/qimageblitz, fix build with clang6
PR: 224945
Reported by: jbeich
Modified:
head/x11/qimageblitz/Makefile
Modified: head/x11/qimageblitz/Makefile
==============================================================================
--- head/x11/qimageblitz/Makefile Sat Jan 6 18:39:20 2018 (r458285)
+++ head/x11/qimageblitz/Makefile Sat Jan 6 18:48:32 2018 (r458286)
@@ -3,7 +3,7 @@
PORTNAME= qimageblitz
PORTVERSION= 0.0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= KDE/stable/${PORTNAME}
@@ -13,6 +13,7 @@ COMMENT= Graphical effects and filters library for KDE
USE_LDCONFIG= yes
USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build
USES= cmake tar:bzip2
+USE_CXXSTD= gnu++98
post-patch:
${REINPLACE_CMD} -e \
More information about the svn-ports-all
mailing list