diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-05-03 21:28:04 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-05-03 21:28:04 +0800 |
commit | 1282844df78d9fe716e0cc30e7b40c4194ef6f89 (patch) | |
tree | 1fc4e7621059945cd51b3dc335574a940d1df3ef /net | |
parent | 11b2fdca0c6acf382ff75c753dcb5356fa9a4431 (diff) | |
download | freebsd-ports-gnome-1282844df78d9fe716e0cc30e7b40c4194ef6f89.tar.gz freebsd-ports-gnome-1282844df78d9fe716e0cc30e7b40c4194ef6f89.tar.zst freebsd-ports-gnome-1282844df78d9fe716e0cc30e7b40c4194ef6f89.zip |
Fix build with Lua.
PR: 199880
Submitted by: matthew@reztek.cz
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index dc070b6d74e5..0e89d2eed285 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -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 |