Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2023 03:59:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1a984a49fb56 - main - math/cglm: Fix build by removing -Werror
Message-ID:  <202307080359.3683xkS1008267@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1a984a49fb56983103648503784e507099d402be

commit 1a984a49fb56983103648503784e507099d402be
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-08 03:59:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-08 03:59:44 +0000

    math/cglm: Fix build by removing -Werror
    
    Reported by:    fallout
---
 math/cglm/files/patch-meson.build | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/math/cglm/files/patch-meson.build b/math/cglm/files/patch-meson.build
new file mode 100644
index 000000000000..fd4120f91a7f
--- /dev/null
+++ b/math/cglm/files/patch-meson.build
@@ -0,0 +1,13 @@
+- workaround for the i386 faulure, see https://github.com/recp/cglm/issues/327
+
+--- meson.build.orig	2023-07-08 03:45:00 UTC
++++ meson.build
+@@ -3,7 +3,7 @@ project('cglm', 'c',
+     license : 'mit',
+     default_options : [
+         'c_std=c11',
+-        'werror=true',
++        'werror=false',
+         'warning_level=2',
+         'buildtype=release'
+     ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307080359.3683xkS1008267>