Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2016 06:17:08 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420892 - head/irc/hexchat
Message-ID:  <201608260617.u7Q6H8rV063799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Aug 26 06:17:07 2016
New Revision: 420892
URL: https://svnweb.freebsd.org/changeset/ports/420892

Log:
  irc/hexchat: fix build when lang/gcc is installed
  
  PR:		211327
  MFH:		2016Q3
  Reported by:	kib
  Submitted by:	Tobias Kortkamp <t@tobik.me>
  Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)

Modified:
  head/irc/hexchat/Makefile

Modified: head/irc/hexchat/Makefile
==============================================================================
--- head/irc/hexchat/Makefile	Fri Aug 26 06:06:15 2016	(r420891)
+++ head/irc/hexchat/Makefile	Fri Aug 26 06:17:07 2016	(r420892)
@@ -23,10 +23,12 @@ USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \
 		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
-		LUA=lua-${LUA_VER}
+		--disable-silent-rules LUA=lua-${LUA_VER}
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 
+MAKE_ARGS=	OBJC="${CC}"
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608260617.u7Q6H8rV063799>