svn commit: r458295 - head/x11-toolkits/attica

Tobias C. Berner tcberner at FreeBSD.org
Sat Jan 6 22:02:48 UTC 2018


Author: tcberner
Date: Sat Jan  6 22:02:46 2018
New Revision: 458295
URL: https://svnweb.freebsd.org/changeset/ports/458295

Log:
  x11-toolkits/attica fix build with clang6
  
  PR:		224945
  Reported by:	jbeich

Modified:
  head/x11-toolkits/attica/Makefile

Modified: head/x11-toolkits/attica/Makefile
==============================================================================
--- head/x11-toolkits/attica/Makefile	Sat Jan  6 21:31:21 2018	(r458294)
+++ head/x11-toolkits/attica/Makefile	Sat Jan  6 22:02:46 2018	(r458295)
@@ -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.


More information about the svn-ports-all mailing list