aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2012-12-29 13:29:56 +0800
committermarcus <marcus@FreeBSD.org>2012-12-29 13:29:56 +0800
commitff018871231c9201da51e607d3685cc2767fc605 (patch)
treec5052799e3a251478e35312c1ee926e14e4c6152 /net
parentd4f039965cb75cc826575d1dd04eb839b89a74d6 (diff)
downloadfreebsd-ports-gnome-ff018871231c9201da51e607d3685cc2767fc605.tar.gz
freebsd-ports-gnome-ff018871231c9201da51e607d3685cc2767fc605.tar.zst
freebsd-ports-gnome-ff018871231c9201da51e607d3685cc2767fc605.zip
Fix the build on 9.X when Lua is enabled.
Reported by: dhw
Diffstat (limited to 'net')
-rw-r--r--net/wireshark/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index bcc31507622f..b634d40f9cf2 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -176,6 +176,7 @@ MAN4+= wireshark-filter.4
post-patch:
@${REINPLACE_CMD} -e 's|%%LUA_INCDIR%%|${LUA_INCDIR}|g ; \
+ s|-Wl,--as-needed|| ; \
s|%%LUA_LIBDIR%%|${LUA_LIBDIR}|g' \
${WRKSRC}/configure