svn commit: r482589 - head/databases/kdb

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


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

Log:
  databases/kdb: fix build with GCC-based architectures
  
  PR:		232293
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/databases/kdb/Makefile

Modified: head/databases/kdb/Makefile
==============================================================================
--- head/databases/kdb/Makefile	Sat Oct 20 16:17:59 2018	(r482588)
+++ head/databases/kdb/Makefile	Sat Oct 20 16:19:12 2018	(r482589)
@@ -12,7 +12,8 @@ COMMENT=		Database connectivity and creation framework
 
 LIB_DEPENDS=		libicuuc.so:devel/icu
 
-USES=			cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
+USES=			cmake:outsource compiler:c++11-lang gettext kde:5 \
+			python:2.7 qt:5 tar:xz
 USE_KDE=		coreaddons ecm i18n
 USE_QT=			core gui network widgets xml \
 			buildtools_build qmake_build


More information about the svn-ports-all mailing list