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

x11-toolkits/rubygem-gtk3: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
parent 611b86ae
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,10 @@ RUN_DEPENDS= rubygem-atk>=${PORTVERSION}<${PORTVERSION}_99:accessibility/rubygem
USES= gem gnome
USE_GNOME= gtk30
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
.endif
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment