From fa00dbf52ce27a002f15c9cef13583b5e23a8184 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 21 Sep 2020 01:16:59 +0000 Subject: MFH: r549409 science/xcrysden: Fix build on 13 by adding -fcommon Reported by: fallout Approved by: ports-secteam (fluffy) --- science/xcrysden/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/xcrysden/Makefile b/science/xcrysden/Makefile index fac1a5b94f43..633e64b8a874 100644 --- a/science/xcrysden/Makefile +++ b/science/xcrysden/Makefile @@ -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 -- cgit v1.2.3