Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 01:17:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r549410 - branches/2020Q3/science/xcrysden
Message-ID:  <202009210117.08L1H0oW065432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 21 01:16:59 2020
New Revision: 549410
URL: https://svnweb.freebsd.org/changeset/ports/549410

Log:
  MFH: r549409
  
  science/xcrysden: Fix build on 13 by adding -fcommon
  
  Reported by:	fallout
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/science/xcrysden/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/science/xcrysden/Makefile
==============================================================================
--- branches/2020Q3/science/xcrysden/Makefile	Mon Sep 21 00:45:07 2020	(r549409)
+++ branches/2020Q3/science/xcrysden/Makefile	Mon Sep 21 01:16:59 2020	(r549410)
@@ -26,6 +26,8 @@ USE_XORG=	x11 xmu
 
 MAKE_ARGS=	prefix=${STAGEDIR}${PREFIX}
 
+CFLAGS+=	-fcommon # notified xcrysden ML on Sep 20, 2020
+
 BINARY_ALIAS=	make=gmake gcc=cc gfortran=gfortran${GCC_DEFAULT}
 
 OPTIONS_DEFINE=	EXAMPLES



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