svn commit: r385268 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Sun May 3 13:28:05 UTC 2015


Author: marcus
Date: Sun May  3 13:28:04 2015
New Revision: 385268
URL: https://svnweb.freebsd.org/changeset/ports/385268

Log:
  Fix build with Lua.
  
  PR:		199880
  Submitted by:	matthew at reztek.cz

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Sun May  3 13:25:57 2015	(r385267)
+++ head/net/wireshark/Makefile	Sun May  3 13:28:04 2015	(r385268)
@@ -122,6 +122,7 @@ CONFIGURE_ARGS+=	--with-pcre=no
 .if ${PORT_OPTIONS:MLUA} && !defined(LITE)
 USES+=		lua:51
 CONFIGURE_ARGS+=--with-lua=${PREFIX}
+CFLAGS+=	-I${LUA_INCDIR}
 CPPFLAGS+=	-I${LUA_INCDIR}
 PLIST_SUB+=	LUA=""
 .else


More information about the svn-ports-all mailing list