Date: Fri, 29 Aug 2014 10:56:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366501 - head/irc/hexchat Message-ID: <201408291056.s7TAuJ60083144@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 29 10:56:19 2014 New Revision: 366501 URL: http://svnweb.freebsd.org/changeset/ports/366501 QAT: https://qat.redports.org/buildarchive/r366501/ Log: - Fix build by adding missing LIBS Approved by: portmgr blanket Modified: head/irc/hexchat/Makefile Modified: head/irc/hexchat/Makefile ============================================================================== --- head/irc/hexchat/Makefile Fri Aug 29 10:50:46 2014 (r366500) +++ head/irc/hexchat/Makefile Fri Aug 29 10:56:19 2014 (r366501) @@ -24,6 +24,7 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} INSTALLS_ICONS= yes LDFLAGS+= -pthread +LIBS+= -L${LOCALBASE}/lib -lX11 SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291056.s7TAuJ60083144>