1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

deskutils/easystroke: Fix build with clang16

This commit is contained in:
Guido Falsi 2023-06-28 13:20:24 +02:00
parent 080b37e675
commit 55e3e3fdbf

View File

@ -23,6 +23,7 @@ USES= compiler:c++11-lang gettext-tools gmake gnome pkgconfig xorg
USE_GNOME= gtkmm30 intltool
USE_XORG= x11 xext xfixes xi xtst
USE_CXXSTD= c++11
CFLAGS= -Wno-error=incompatible-function-pointer-types
USE_GITHUB= yes
GH_ACCOUNT= thjaeger