aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-21 00:35:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-21 00:35:27 +0000
commit5d018c8d46b89d7dbaaa46f351e6d970911e12c0 (patch)
tree34b792e2ceda96bc4636b60923ed2867bf504aeb
parentef1079fd5286a60a637bd213a280740aa8ab7db7 (diff)
downloadports-5d018c8d46b89d7dbaaa46f351e6d970911e12c0.tar.gz
ports-5d018c8d46b89d7dbaaa46f351e6d970911e12c0.zip
MFH: r549405
misc/urbit: Fix build on 13 by adding -fcommon Approved by: ports-secteam (fluffy)
Notes
Notes: svn path=/branches/2020Q3/; revision=549408
-rw-r--r--misc/urbit/files/patch-meson.build11
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/urbit/files/patch-meson.build b/misc/urbit/files/patch-meson.build
index 1e2a97a3f3b4..7b9603bd2f47 100644
--- a/misc/urbit/files/patch-meson.build
+++ b/misc/urbit/files/patch-meson.build
@@ -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]