svn commit: r459242 - head/audio/creox

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 17 11:48:23 UTC 2018


Author: tcberner
Date: Wed Jan 17 11:48:22 2018
New Revision: 459242
URL: https://svnweb.freebsd.org/changeset/ports/459242

Log:
  audio/creox, fix build with clang6 by forcing -std=gnu++98
  
  PR:		224669

Modified:
  head/audio/creox/Makefile

Modified: head/audio/creox/Makefile
==============================================================================
--- head/audio/creox/Makefile	Wed Jan 17 11:40:31 2018	(r459241)
+++ head/audio/creox/Makefile	Wed Jan 17 11:48:22 2018	(r459242)
@@ -3,7 +3,7 @@
 
 PORTNAME=	creox
 PORTVERSION=	0.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio kde
 
 MAINTAINER=	ports at FreeBSD.org
@@ -21,6 +21,7 @@ USES=		cmake:outsource kde:4
 USE_KDE=	automoc4 kdelibs
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_XORG=	xft xpm
+USE_CXXSTD=	gnu++98
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list