Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2020 03:15:52 +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: r524752 - head/editors/xed
Message-ID:  <202002010315.0113FqSS031517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Feb  1 03:15:51 2020
New Revision: 524752
URL: https://svnweb.freebsd.org/changeset/ports/524752

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/xed/Makefile

Modified: head/editors/xed/Makefile
==============================================================================
--- head/editors/xed/Makefile	Sat Feb  1 01:53:50 2020	(r524751)
+++ head/editors/xed/Makefile	Sat Feb  1 03:15:51 2020	(r524752)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libpeas-1.0.so:devel/libpeas \
 		libxapp.so:x11/xapps
 RUN_DEPENDS=	${LOCALBASE}/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml:devel/gsettings-desktop-schemas
 
-USES=		desktop-file-utils gettext-tools gnome meson pkgconfig xorg
+USES=		compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \
+		pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 \



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