aboutsummaryrefslogtreecommitdiff
path: root/editors/xed
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-02-01 03:15:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-02-01 03:15:51 +0000
commitaed58f39c2f7e8bf97c2c8b6fe6c2b81ad6d5799 (patch)
tree0ce10aa5259b081f8c4c812155df292321686765 /editors/xed
parent36529262972a32fdbf2eebdfb1948ee0cef7ae73 (diff)
downloadports-aed58f39c2f7e8bf97c2c8b6fe6c2b81ad6d5799.tar.gz
ports-aed58f39c2f7e8bf97c2c8b6fe6c2b81ad6d5799.zip
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)
Notes
Notes: svn path=/head/; revision=524752
Diffstat (limited to 'editors/xed')
-rw-r--r--editors/xed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile
index 42864ead633e..de007c3aa965 100644
--- a/editors/xed/Makefile
+++ b/editors/xed/Makefile
@@ -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 \