Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 09:26:17 +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: r550007 - head/cad/spice
Message-ID:  <202009250926.08P9QHuU065388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Sep 25 09:26:17 2020
New Revision: 550007
URL: https://svnweb.freebsd.org/changeset/ports/550007

Log:
  cad/spice: Fix build on 13
  
  Reported by:	build failure
  Approved by:	portmgr (build fix)

Modified:
  head/cad/spice/Makefile

Modified: head/cad/spice/Makefile
==============================================================================
--- head/cad/spice/Makefile	Fri Sep 25 09:22:13 2020	(r550006)
+++ head/cad/spice/Makefile	Fri Sep 25 09:26:17 2020	(r550007)
@@ -32,6 +32,8 @@ CONFIGURE_ENV=	CONFIGFILE="${CONFIGFILE}" \
 		LOCALBASE="${LOCALBASE}"
 MAKE_JOBS_UNSAFE=yes
 
+CFLAGS+=	-fcommon
+
 PORTDOCS=	spice3f3.ps.gz
 PORTEXAMPLES=	bjtnoise.cir bsim1tst.cir bsim2tst.cir diffpair.cir \
 		diodisto.cir ltra_1.cir ltra_2.cir ltra_3.cir \



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