From ef1079fd5286a60a637bd213a280740aa8ab7db7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 21 Sep 2020 00:33:00 +0000 Subject: MFH: r549404 science/chemtool: Fix build on 13 by adding -fcommon Approved by: ports-secteam (fluffy) --- science/chemtool/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3