svn commit: r482592 - head/x11-toolkits/kproperty

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


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

Log:
  x11-toolkits/kproperty: fix build with GCC-based architectures
  
  PR:		232385
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/x11-toolkits/kproperty/Makefile

Modified: head/x11-toolkits/kproperty/Makefile
==============================================================================
--- head/x11-toolkits/kproperty/Makefile	Sat Oct 20 16:21:13 2018	(r482591)
+++ head/x11-toolkits/kproperty/Makefile	Sat Oct 20 16:21:14 2018	(r482592)
@@ -9,7 +9,8 @@ DIST_SUBDIR=		KDE/${PORTNAME}
 MAINTAINER=		kde at FreeBSD.org
 COMMENT=		Property editing framwork
 
-USES=			cmake:outsource gettext kde:5 qt:5 tar:xz
+USES=			cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \
+			tar:xz
 USE_KDE=		ecm config coreaddons guiaddons i18n widgetsaddons
 USE_QT=			core gui widgets xml \
 			buildtools_build qmake_build qml


More information about the svn-ports-head mailing list