svn commit: r482586 - head/x11-themes/plasma5-breeze-gtk

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:16:05 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:16:04 2018
New Revision: 482586
URL: https://svnweb.freebsd.org/changeset/ports/482586

Log:
  x11-themes/plasma5-breeze-gtk: fix build with GCC-based architectures
  
  PR:		232395
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11-themes/plasma5-breeze-gtk/Makefile

Modified: head/x11-themes/plasma5-breeze-gtk/Makefile
==============================================================================
--- head/x11-themes/plasma5-breeze-gtk/Makefile	Sat Oct 20 16:13:40 2018	(r482585)
+++ head/x11-themes/plasma5-breeze-gtk/Makefile	Sat Oct 20 16:16:04 2018	(r482586)
@@ -10,7 +10,8 @@ COMMENT=	Plasma5 Breeze visual style for Gtk
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-USES=		cmake:outsource cpe kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake:outsource compiler:c++11-lang cpe kde:5 pkgconfig qt:5 \
+		tar:xz
 USE_GNOME=	gdkpixbuf2
 USE_KDE=	ecm
 USE_QT=		core buildtools_build qmake_build


More information about the svn-ports-head mailing list