aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-22 23:20:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-22 23:20:03 +0000
commit4171d65e5ca599250fb3ba6807375287181ba940 (patch)
tree07899702846ec28e303c3ae67bb7b56410d60613
parent472150afc04f45280ffac58dde32378c837731f6 (diff)
downloadports-4171d65e5ca599250fb3ba6807375287181ba940.tar.gz
ports-4171d65e5ca599250fb3ba6807375287181ba940.zip
MFH: r549628
math/geogram: Fix build on 13 Reported by: fallout Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q3/; revision=549643
-rw-r--r--math/geogram/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.mk>