svn commit: r483063 - head/irc/hexchat

Steve Wills swills at FreeBSD.org
Sat Oct 27 00:17:37 UTC 2018


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 at 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


More information about the svn-ports-all mailing list