Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2023 12:47:37 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55e3e3fdbf4b - main - deskutils/easystroke: Fix build with clang16
Message-ID:  <202306281247.35SClb5J059964@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306281247.35SClb5J059964>