Changeset View
Changeset View
Standalone View
Standalone View
x11/foot/Makefile
| Show All 40 Lines | LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ | ||||
| libfontconfig.so:x11-fonts/fontconfig \ | libfontconfig.so:x11-fonts/fontconfig \ | ||||
| libxkbcommon.so:x11/libxkbcommon | libxkbcommon.so:x11/libxkbcommon | ||||
| USES= compiler:c11 meson pkgconfig xorg | USES= compiler:c11 meson pkgconfig xorg | ||||
| USE_XORG= pixman | USE_XORG= pixman | ||||
| WRKSRC= ${WRKDIR}/${PORTNAME} | WRKSRC= ${WRKDIR}/${PORTNAME} | ||||
| MESON_ARGS= -Dterminfo=false | MESON_ARGS= -Dterminfo=false | ||||
| # XXX Drop after FreeBSD 12.1 EOL | |||||
| .if exists(/usr/lib/clang/8.0.1) | |||||
| # prompt.c:45:21: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] | |||||
| CFLAGS+= -Wno-error=missing-braces | |||||
| .endif | |||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||