aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-21 00:33:00 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-21 00:33:00 +0000
commitef1079fd5286a60a637bd213a280740aa8ab7db7 (patch)
tree7cf5e067fa0ed0f493e63d25616e616459308160
parentc4c117dfab4c64079a9fd1963531e139f286149c (diff)
downloadports-ef1079fd5286a60a637bd213a280740aa8ab7db7.tar.gz
ports-ef1079fd5286a60a637bd213a280740aa8ab7db7.zip
MFH: r549404
science/chemtool: Fix build on 13 by adding -fcommon Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q3/; revision=549407
-rw-r--r--science/chemtool/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile
index 82b0b6aa7cb1..58a6d839dd8f 100644
--- a/science/chemtool/Makefile
+++ b/science/chemtool/Makefile
@@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX}
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_XORG= x11
+CFLAGS+= -fcommon # notified the author via e-mail on Sep 20, 2020
+
OPTIONS_DEFINE= NLS EXAMPLES
OPTIONS_SUB= yes