Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 03:10:50 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550892 - head/net/tightvnc
Message-ID:  <202010020310.0923Ao2R023027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Oct  2 03:10:50 2020
New Revision: 550892
URL: https://svnweb.freebsd.org/changeset/ports/550892

Log:
  net/tightvnc: Fix build on 13 by adding -fcommon
  
  Reported by:	breakage of 13 build
  Approved by:	portmgr (unbreak)

Modified:
  head/net/tightvnc/Makefile

Modified: head/net/tightvnc/Makefile
==============================================================================
--- head/net/tightvnc/Makefile	Fri Oct  2 03:04:07 2020	(r550891)
+++ head/net/tightvnc/Makefile	Fri Oct  2 03:10:50 2020	(r550892)
@@ -15,12 +15,15 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENCE.TXT
 
 BROKEN_aarch64=	Fails to build: invokes x86 asm
+
 USES=		cpe imake jpeg shebangfix perl5 tar:bzip2 xorg
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm
 
 RUN_DEPENDS=	showrgb:x11/rgb \
 		xauth:x11/xauth \
 		xorg-fonts>=7.2:x11-fonts/xorg-fonts
+
+CFLAGS+=	-fcommon # for build with clang-11, see https://sourceforge.net/p/vnc-tight/bugs/1523/
 
 MAKE_JOBS_UNSAFE=	yes
 CONFLICTS=	tigervnc-*



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