From 4171d65e5ca599250fb3ba6807375287181ba940 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 22 Sep 2020 23:20:03 +0000 Subject: MFH: r549628 math/geogram: Fix build on 13 Reported by: fallout Approved by: ports-secteam (fluffy) --- math/geogram/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/geogram/Makefile b/math/geogram/Makefile index 65c5419ffc63..36b4c34a3e81 100644 --- a/math/geogram/Makefile +++ b/math/geogram/Makefile @@ -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 -- cgit v1.2.3