Date: Mon, 21 Sep 2020 00:31:47 +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: r549405 - head/misc/urbit/files Message-ID: <202009210031.08L0VlRl037830@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Sep 21 00:31:47 2020 New Revision: 549405 URL: https://svnweb.freebsd.org/changeset/ports/549405 Log: misc/urbit: Fix build on 13 by adding -fcommon MFH: 2020Q3 Modified: head/misc/urbit/files/patch-meson.build Modified: head/misc/urbit/files/patch-meson.build ============================================================================== --- head/misc/urbit/files/patch-meson.build Sun Sep 20 23:32:51 2020 (r549404) +++ head/misc/urbit/files/patch-meson.build Mon Sep 21 00:31:47 2020 (r549405) @@ -1,5 +1,14 @@ ---- meson.build.orig 2018-05-29 20:27:08 UTC +--- meson.build.orig 2018-06-09 02:31:51 UTC +++ meson.build +@@ -225,7 +225,7 @@ conf_data = configuration_data() + conf_data.set('URBIT_VERSION', '"0.6.0"') + + osdet = build_machine.system() +-os_c_flags = ['-funsigned-char','-ffast-math'] ++os_c_flags = ['-funsigned-char','-ffast-math','-fcommon'] + os_deps = [] + os_link_flags = [] + @@ -254,12 +254,12 @@ elif osdet == 'darwin' os_deps = os_deps + [ncurses_dep]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009210031.08L0VlRl037830>