Skip to content
Snippets Groups Projects
Commit f4c28b48 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

x11/wmenu: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent 4458b6d2
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,10 @@ LDFLAGS+= `pkg-config --libs epoll-shim`
PLIST_FILES= bin/wmenu \
man/man1/wmenu.1.gz
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400097
CFLAGS+= -D__BSD_VISIBLE -D__XSI_VISIBLE
.endif
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment