Date: Sat, 6 Jan 2018 18:48:32 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458286 - head/x11/qimageblitz Message-ID: <201801061848.w06ImWjs087803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801061848.w06ImWjs087803>