Changeset View
Changeset View
Standalone View
Standalone View
x11/fnott/Makefile
| Show All 19 Lines | LIB_DEPENDS= libdbus-1.so:devel/dbus \ | ||||
| libpng.so:graphics/png \ | libpng.so:graphics/png \ | ||||
| libwayland-client.so:graphics/wayland \ | libwayland-client.so:graphics/wayland \ | ||||
| libfcft.so:x11-fonts/fcft | libfcft.so:x11-fonts/fcft | ||||
| USES= compiler:c11 meson pkgconfig xorg | USES= compiler:c11 meson pkgconfig xorg | ||||
| USE_XORG= pixman | USE_XORG= pixman | ||||
| WRKSRC= ${WRKDIR}/${PORTNAME} | WRKSRC= ${WRKDIR}/${PORTNAME} | ||||
| # XXX Drop after FreeBSD 12.1 EOL | |||||
| .if exists(/usr/lib/clang/8.0.1) | |||||
| # notification.c:545:13: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] | |||||
| CFLAGS+= -Wno-error=missing-braces | |||||
| .endif | |||||
| post-patch: | post-patch: | ||||
| @${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ | @${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ | ||||
| ${WRKSRC}/xdg.c | ${WRKSRC}/xdg.c | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||