Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 23:32:51 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549404 - head/science/chemtool
Message-ID:  <202009202332.08KNWp1h003460@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Sep 20 23:32:51 2020
New Revision: 549404
URL: https://svnweb.freebsd.org/changeset/ports/549404

Log:
  science/chemtool: Fix build on 13 by adding -fcommon
  
  MFH:		2020Q3

Modified:
  head/science/chemtool/Makefile

Modified: head/science/chemtool/Makefile
==============================================================================
--- head/science/chemtool/Makefile	Sun Sep 20 23:20:01 2020	(r549403)
+++ head/science/chemtool/Makefile	Sun Sep 20 23:32:51 2020	(r549404)
@@ -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?202009202332.08KNWp1h003460>