svn commit: r549409 - head/science/xcrysden

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 00:45:08 UTC 2020


Author: yuri
Date: Mon Sep 21 00:45:07 2020
New Revision: 549409
URL: https://svnweb.freebsd.org/changeset/ports/549409

Log:
  science/xcrysden: Fix build on 13 by adding -fcommon
  
  Reported by:	fallout
  MFH:		2020Q3

Modified:
  head/science/xcrysden/Makefile

Modified: head/science/xcrysden/Makefile
==============================================================================
--- head/science/xcrysden/Makefile	Mon Sep 21 00:35:27 2020	(r549408)
+++ head/science/xcrysden/Makefile	Mon Sep 21 00:45:07 2020	(r549409)
@@ -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