Bug 199880

Summary: [PATCH] net/wireshark: fix build with LUA option enabled
Product: Ports & Packages Reporter: Matthew Rezny <rezny>
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (marcus)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
net/wireshark build fix none

Description Matthew Rezny freebsd_committer freebsd_triage 2015-05-03 09:55:42 UTC
Created attachment 156269 [details]
net/wireshark build fix

The LUA_INCDIR needs to be be added to CFLAGS as well as CXXFLAGS for both configure and compile to succeed. This patch sets both.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-03 13:28:08 UTC
A commit references this bug:

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

Log:
  Fix build with Lua.

  PR:		199880
  Submitted by:	matthew@reztek.cz

Changes:
  head/net/wireshark/Makefile
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2015-05-11 15:34:28 UTC
Committed, thanks!