git: 55e3e3fdbf4b - main - deskutils/easystroke: Fix build with clang16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jun 2023 12:47:37 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=55e3e3fdbf4b1950ba27bd5c690c088e2d0eafb2 commit 55e3e3fdbf4b1950ba27bd5c690c088e2d0eafb2 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-06-28 11:20:24 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-06-28 12:47:03 +0000 deskutils/easystroke: Fix build with clang16 --- deskutils/easystroke/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 7d0aaaede028..28dfce6fe133 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -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