Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 09:08:12 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496129 - head/deskutils/osmo
Message-ID:  <201903180908.x2I98CMo092885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Mar 18 09:08:12 2019
New Revision: 496129
URL: https://svnweb.freebsd.org/changeset/ports/496129

Log:
  Fix build on gcc-based architectures by adding compiler:c++11-lang to USES.

Modified:
  head/deskutils/osmo/Makefile

Modified: head/deskutils/osmo/Makefile
==============================================================================
--- head/deskutils/osmo/Makefile	Mon Mar 18 09:01:02 2019	(r496128)
+++ head/deskutils/osmo/Makefile	Mon Mar 18 09:08:12 2019	(r496129)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libical.so:devel/libical \
 		libicui18n.so:devel/icu \
 		libsoup-2.4.so:devel/libsoup
 
-USES=		gettext gmake libarchive pkgconfig sqlite
+USES=		compiler:c++11-lang gettext gmake gnome libarchive pkgconfig \
+		sqlite
 USE_GNOME=	cairo gtk30 libxml2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903180908.x2I98CMo092885>