Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 03:45:27 +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: r549417 - branches/2020Q3/math/visualpolylib
Message-ID:  <202009210345.08L3jRMG058694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 21 03:45:27 2020
New Revision: 549417
URL: https://svnweb.freebsd.org/changeset/ports/549417

Log:
  MFH: r549415
  
  math/visualpolylib: Fix build on 13
  
  Reported by:	fallout
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/math/visualpolylib/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/math/visualpolylib/Makefile
==============================================================================
--- branches/2020Q3/math/visualpolylib/Makefile	Mon Sep 21 03:42:40 2020	(r549416)
+++ branches/2020Q3/math/visualpolylib/Makefile	Mon Sep 21 03:45:27 2020	(r549417)
@@ -24,6 +24,8 @@ CONFIGURE_ARGS=	--disable-static \
 		--with-polylib=${LOCALBASE}/lib/libpolylibgmp.so
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
 
+CFLAGS+=	-fcommon # notified the maontainer via e-mail on Sep 19, 2020
+
 PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009210345.08L3jRMG058694>