aboutsummaryrefslogtreecommitdiff
path: root/math/geogram
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-21 20:03:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-21 20:03:56 +0000
commit41c86499972f12f9aefbb29e8fe8aa754e236f37 (patch)
tree8e10b0f2b4c3c31e0c7077775ea4f8273144ee21 /math/geogram
parent4e3310f8cde614dcf910af540f0ec2dd9d3722c5 (diff)
downloadports-41c86499972f12f9aefbb29e8fe8aa754e236f37.tar.gz
ports-41c86499972f12f9aefbb29e8fe8aa754e236f37.zip
math/geogram: Fix build on 13 by adding -fcommon
Reported by: fallout
Notes
Notes: svn path=/head/; revision=549515
Diffstat (limited to 'math/geogram')
-rw-r--r--math/geogram/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/geogram/Makefile b/math/geogram/Makefile
index 65c5419ffc63..675bf039953c 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
+CXXFLAGS+= -fcommon # https://github.com/alicevision/geogram/issues/16
LDFLAGS+= -pthread
.include <bsd.port.mk>