Date: Sat, 27 Oct 2018 00:17:37 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483063 - head/irc/hexchat Message-ID: <201810270017.w9R0HbXq091179@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Oct 27 00:17:36 2018 New Revision: 483063 URL: https://svnweb.freebsd.org/changeset/ports/483063 Log: irc/hexchat: fix build with GCC-based architectures PR: 232728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Modified: head/irc/hexchat/Makefile (contents, props changed) Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Sat Oct 27 00:12:27 2018 (r483062) +++ head/irc/hexchat/Makefile Sat Oct 27 00:17:36 2018 (r483063) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270017.w9R0HbXq091179>