Bug 199880 - [PATCH] net/wireshark: fix build with LUA option enabled
Summary: [PATCH] net/wireshark: fix build with LUA option enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Joe Marcus Clarke
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-05-03 09:55 UTC by Matthew Rezny
Modified: 2015-05-11 15:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments
net/wireshark build fix (384 bytes, patch)
2015-05-03 09:55 UTC, Matthew Rezny
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!