Date: Mon, 21 Sep 2020 00:33:01 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r549407 - branches/2020Q3/science/chemtool Message-ID: <202009210033.08L0X1mB040488@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Sep 21 00:33:00 2020 New Revision: 549407 URL: https://svnweb.freebsd.org/changeset/ports/549407 Log: MFH: r549404 science/chemtool: Fix build on 13 by adding -fcommon Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/science/chemtool/Makefile Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/science/chemtool/Makefile ============================================================================== --- branches/2020Q3/science/chemtool/Makefile Mon Sep 21 00:32:05 2020 (r549406) +++ branches/2020Q3/science/chemtool/Makefile Mon Sep 21 00:33:00 2020 (r549407) @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PR 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009210033.08L0X1mB040488>