Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 13:28:04 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385268 - head/net/wireshark
Message-ID:  <201505031328.t43DS4ki082180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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