aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-22 19:50:49 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-22 19:50:49 +0000
commit4f11bf7999b7096a82770667f1d59ea9e4bc7f0d (patch)
tree196f5fe0c393b98f1fe54699d26a9b3f3de85304 /math
parent40a782b68e10790da5e91ae5cb54b2f4d771731e (diff)
downloadports-4f11bf7999b7096a82770667f1d59ea9e4bc7f0d.tar.gz
ports-4f11bf7999b7096a82770667f1d59ea9e4bc7f0d.zip
math/geogram: Fix build on 13
Reported by: fallout MFH: 2020Q3
Notes
Notes: svn path=/head/; revision=549628
Diffstat (limited to 'math')
-rw-r--r--math/geogram/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/geogram/Makefile b/math/geogram/Makefile
index 675bf039953c..36b4c34a3e81 100644
--- a/math/geogram/Makefile
+++ b/math/geogram/Makefile
@@ -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