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

russian/xruskb: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent 28c4428a
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,10 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:bzip2 xorg
USE_XORG= x11 ice xt xmu xext sm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share
USE_XORG= x11 ice xt xmu xext sm
PORTDOCS= *
PORTDATA= *
......@@ -26,6 +27,12 @@ MOTIF_USES= motif
MOTIF_CONFIGURE_ON= --with-toolkit=motif
MOTIF_CONFIGURE_OFF= --with-toolkit=none
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Xrus
......
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