mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
1fc660367a
http://www.wireshark.org/docs/relnotes/wireshark-1.4.0.html for a list of changes in this release. Note: Wireless mesh support has not been updated for 1.4.0.
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
--- epan/Makefile.in.orig 2010-08-29 18:19:28.000000000 -0400
|
|
+++ epan/Makefile.in 2010-09-04 17:19:36.000000000 -0400
|
|
@@ -746,6 +746,8 @@ INCLUDES = -I$(srcdir)/.. -I$(srcdir)/$(
|
|
$(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBSMI_CFLAGS) \
|
|
$(LIBGEOIP_CFLAGS)
|
|
|
|
+LIBS = @LUA_LIBS@
|
|
+
|
|
@HAVE_WARNINGS_AS_ERRORS_TRUE@AM_NON_GENERATED_CFLAGS = -Werror
|
|
|
|
#Since code generated by lex may trigger gcc warnings, we are now generating two
|