svn commit: r549628 - head/math/geogram

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 19:50:50 UTC 2020


Author: yuri
Date: Tue Sep 22 19:50:49 2020
New Revision: 549628
URL: https://svnweb.freebsd.org/changeset/ports/549628

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

Modified:
  head/math/geogram/Makefile

Modified: head/math/geogram/Makefile
==============================================================================
--- head/math/geogram/Makefile	Tue Sep 22 19:43:44 2020	(r549627)
+++ head/math/geogram/Makefile	Tue Sep 22 19:50:49 2020	(r549628)
@@ -22,6 +22,7 @@ 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
 


More information about the svn-ports-all mailing list