Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 23:20:04 +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: r549643 - branches/2020Q3/math/geogram
Message-ID:  <202009222320.08MNK4S8085044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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