svn commit: r549415 - head/math/visualpolylib

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 02:57:09 UTC 2020


Author: yuri
Date: Mon Sep 21 02:57:08 2020
New Revision: 549415
URL: https://svnweb.freebsd.org/changeset/ports/549415

Log:
  math/visualpolylib: Fix build on 13
  
  Reported by:	fallout
  MFH:		2020Q3

Modified:
  head/math/visualpolylib/Makefile

Modified: head/math/visualpolylib/Makefile
==============================================================================
--- head/math/visualpolylib/Makefile	Mon Sep 21 02:50:36 2020	(r549414)
+++ head/math/visualpolylib/Makefile	Mon Sep 21 02:57:08 2020	(r549415)
@@ -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>


More information about the svn-ports-all mailing list