Date: Sat, 20 Oct 2018 16:19:12 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482589 - head/databases/kdb Message-ID: <201810201619.w9KGJCt4069370@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201619.w9KGJCt4069370>