aboutsummaryrefslogtreecommitdiff
path: root/science/chemtool
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-20 23:32:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-20 23:32:51 +0000
commit4bfc3a9403474919079fea1be6c95e92d6c1ef40 (patch)
treee1128a06e3e44b3a93226bc56afdeb51588e2730 /science/chemtool
parent8ceb383a48090a82fb7822c19254ad189cf2a58e (diff)
downloadports-4bfc3a9403474919079fea1be6c95e92d6c1ef40.tar.gz
ports-4bfc3a9403474919079fea1be6c95e92d6c1ef40.zip
science/chemtool: Fix build on 13 by adding -fcommon
MFH: 2020Q3
Notes
Notes: svn path=/head/; revision=549404
Diffstat (limited to 'science/chemtool')
-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