Date: Tue, 22 Sep 2020 19:50:50 +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: r549628 - head/math/geogram Message-ID: <202009221950.08MJooHH053601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Sep 22 19:50:49 2020 New Revision: 549628 URL: https://svnweb.freebsd.org/changeset/ports/549628 Log: math/geogram: Fix build on 13 Reported by: fallout MFH: 2020Q3 Modified: head/math/geogram/Makefile Modified: head/math/geogram/Makefile ============================================================================== --- head/math/geogram/Makefile Tue Sep 22 19:43:44 2020 (r549627) +++ head/math/geogram/Makefile Tue Sep 22 19:50:49 2020 (r549628) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009221950.08MJooHH053601>