svn commit: r549404 - head/science/chemtool

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 20 23:32:52 UTC 2020


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
 


More information about the svn-ports-head mailing list