svn commit: r459243 - head/deskutils/basket

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 17 12:11:58 UTC 2018


Author: tcberner
Date: Wed Jan 17 12:11:56 2018
New Revision: 459243
URL: https://svnweb.freebsd.org/changeset/ports/459243

Log:
  deskutils/basket, fix build with clang6
  
  PR:		224669

Modified:
  head/deskutils/basket/Makefile

Modified: head/deskutils/basket/Makefile
==============================================================================
--- head/deskutils/basket/Makefile	Wed Jan 17 11:48:22 2018	(r459242)
+++ head/deskutils/basket/Makefile	Wed Jan 17 12:11:56 2018	(r459243)
@@ -3,7 +3,7 @@
 
 PORTNAME=	basket
 PORTVERSION=	1.81
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils kde
 MASTER_SITES=	http://basket.kde.org/downloads/
 
@@ -19,5 +19,6 @@ USE_XORG=	xft xpm
 USE_KDE=	automoc4 kdelibs qimageblitz
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_LDCONFIG=	yes
+USE_CXXSTD=	gnu++98
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list