Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 20:03:56 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549515 - head/math/geogram
Message-ID:  <202009212003.08LK3uCp072225@repo.freebsd.org>

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

Log:
  math/geogram: Fix build on 13 by adding -fcommon
  
  Reported by:	fallout

Modified:
  head/math/geogram/Makefile

Modified: head/math/geogram/Makefile
==============================================================================
--- head/math/geogram/Makefile	Mon Sep 21 20:03:55 2020	(r549514)
+++ head/math/geogram/Makefile	Mon Sep 21 20:03:56 2020	(r549515)
@@ -22,6 +22,7 @@ USE_LDCONFIG=	yes
 
 CMAKE_ON=	GEOGRAM_USE_SYSTEM_GLFW3 VORPALINE_BUILD_DYNAMIC
 CMAKE_ARGS=	-DVORPALINE_PLATFORM:STRING=FreeBSD
+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?202009212003.08LK3uCp072225>