svn commit: r549643 - branches/2020Q3/math/geogram

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 23:20:05 UTC 2020


Author: yuri
Date: Tue Sep 22 23:20:03 2020
New Revision: 549643
URL: https://svnweb.freebsd.org/changeset/ports/549643

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

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

Modified: branches/2020Q3/math/geogram/Makefile
==============================================================================
--- branches/2020Q3/math/geogram/Makefile	Tue Sep 22 22:55:12 2020	(r549642)
+++ branches/2020Q3/math/geogram/Makefile	Tue Sep 22 23:20:03 2020	(r549643)
@@ -22,6 +22,8 @@ USE_LDCONFIG=	yes
 
 CMAKE_ON=	GEOGRAM_USE_SYSTEM_GLFW3 VORPALINE_BUILD_DYNAMIC
 CMAKE_ARGS=	-DVORPALINE_PLATFORM:STRING=FreeBSD
+CFLAGS+=	-fcommon # https://github.com/alicevision/geogram/issues/16
+CXXFLAGS+=	-fcommon # https://github.com/alicevision/geogram/issues/16
 LDFLAGS+=	-pthread
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list