diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-26 06:17:07 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-08-26 06:17:07 +0000 |
| commit | 387c0e6e7862f2ff110ca604c763d7dcda64cd9a (patch) | |
| tree | 2bc48990420190d1617054aab9b6002137175ffa /irc/hexchat | |
| parent | 77d0f955965019019432616eefbf724c1f967a8d (diff) | |
Notes
Diffstat (limited to 'irc/hexchat')
| -rw-r--r-- | irc/hexchat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index a721c6a2f289..e6a12deb8025 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -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 |
