From ddc202266d7adcb1c16d33acca84f909b71f28bd Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 27 Oct 2018 00:17:36 +0000 Subject: [PATCH] irc/hexchat: fix build with GCC-based architectures PR: 232728 Submitted by: Piotr Kubaj (maintainer) --- irc/hexchat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 0b714919da80..c1246cb8c65a 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= libproxy.so:net/libproxy \ libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes -USES= desktop-file-utils gettext-tools gnome libtool meson ninja \ - pkgconfig shebangfix ssl +USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ + libtool meson ninja pkgconfig shebangfix ssl USE_GNOME= cairo gtk20 intltool libxml2 USE_XORG= x11 USE_GITHUB= yes