svn commit: r550007 - head/cad/spice

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 25 09:26:18 UTC 2020


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 \


More information about the svn-ports-head mailing list