svn commit: r461944 - head/multimedia/subtitlecomposer-kde4

Tobias C. Berner tcberner at FreeBSD.org
Thu Feb 15 18:41:20 UTC 2018


Author: tcberner
Date: Thu Feb 15 18:41:19 2018
New Revision: 461944
URL: https://svnweb.freebsd.org/changeset/ports/461944

Log:
  multimedia/subtitlecomposer-kde4, fix build with clang6

Modified:
  head/multimedia/subtitlecomposer-kde4/Makefile

Modified: head/multimedia/subtitlecomposer-kde4/Makefile
==============================================================================
--- head/multimedia/subtitlecomposer-kde4/Makefile	Thu Feb 15 18:37:42 2018	(r461943)
+++ head/multimedia/subtitlecomposer-kde4/Makefile	Thu Feb 15 18:41:19 2018	(r461944)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	libicui18n.so:devel/icu
 USES=		cmake:outsource gettext kde:4 shared-mime-info
 USE_KDE=	kdelibs automoc4
 USE_QT4=	qmake_build moc_build rcc_build uic_build phonon
+USE_CXXSTD=	gnu++98
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	maxrd2


More information about the svn-ports-head mailing list