svn commit: r524752 - head/editors/xed

Mark Linimon linimon at FreeBSD.org
Sat Feb 1 03:15:52 UTC 2020


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 \


More information about the svn-ports-all mailing list