1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/wireshark/files/patch-epan_Makefile.in
Joe Marcus Clarke 1fc660367a Update to 1.4.0. See
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.
2010-09-04 21:45:55 +00:00

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