aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-21 01:16:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-21 01:16:59 +0000
commitfa00dbf52ce27a002f15c9cef13583b5e23a8184 (patch)
treeb2d0855e903626bb9c3565e488919a3902ff3dca
parent5d018c8d46b89d7dbaaa46f351e6d970911e12c0 (diff)
downloadports-fa00dbf52ce27a002f15c9cef13583b5e23a8184.tar.gz
ports-fa00dbf52ce27a002f15c9cef13583b5e23a8184.zip
MFH: r549409
science/xcrysden: Fix build on 13 by adding -fcommon Reported by: fallout Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q3/; revision=549410
-rw-r--r--science/xcrysden/Makefile2
1 files changed, 2 insertions, 0 deletions
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