git: 77cb783bbcc2 - main - net/tightvnc: fix build on FreeBSD-14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Apr 2023 17:59:17 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=77cb783bbcc21b0d66354b2de0c0f7480294e261 commit 77cb783bbcc21b0d66354b2de0c0f7480294e261 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-04-21 17:58:59 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-04-21 17:58:59 +0000 net/tightvnc: fix build on FreeBSD-14 --- net/tightvnc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index b96254e222b3..6adba0588d95 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -26,6 +26,7 @@ CONFLICTS= tigervnc WRKSRC= ${WRKDIR}/vnc_unixsrc SHEBANG_FILES= vncserver CFLAGS+= -Wno-return-type +CFLAGS+= -Wno-int-conversion ALL_TARGET= World MAKE_ARGS= CC=${CC}