svn commit: r549410 - branches/2020Q3/science/xcrysden

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 01:17:00 UTC 2020


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


More information about the svn-ports-all mailing list