tcpdump: drop no-op LBL_ALIGN macro

This macro was replaced by a collection of architecture ifdefs in
tcpdump 4.99.4 so defining it does nothing.

Fixes:		51a183021f ("Import tcpdump 4.99.4")
Reviewed by:	jrm, emaste
Differential Revision:	https://reviews.freebsd.org/D52333
This commit is contained in:
Brooks Davis
2025-09-03 13:12:19 +01:00
parent d376524a5d
commit 9f67000141
-3
View File
@@ -197,9 +197,6 @@ CFLAGS+= -D_U_="__attribute__((unused))"
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6 -DHAVE_OS_IPV6_SUPPORT
.endif
.if ${MACHINE_CPUARCH} != "i386"
CFLAGS+= -DLBL_ALIGN
.endif
LIBADD= pcap
.if ${MK_CASPER} != "no"