svn commit: r420892 - head/irc/hexchat

Kurt Jaeger pi at FreeBSD.org
Fri Aug 26 06:17:09 UTC 2016


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 at tobik.me>
  Approved by:	Piotr Kubaj <pkubaj at 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
 


More information about the svn-ports-head mailing list