svn commit: r496129 - head/deskutils/osmo

Mark Linimon linimon at FreeBSD.org
Mon Mar 18 09:08:13 UTC 2019


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


More information about the svn-ports-all mailing list