science/xcrysden: Fix build on 13 by adding -fcommon
Reported by: fallout MFH: 2020Q3
This commit is contained in:
parent
574de8274b
commit
5bc76836ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549409
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue