aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-21 00:31:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-21 00:31:47 +0000
commit574de8274ba754ff100994a3a82dd2057944332b (patch)
tree96e1ecbe028631cdca23fd4caf68d7d9f65108a7
parent4bfc3a9403474919079fea1be6c95e92d6c1ef40 (diff)
downloadports-574de8274ba754ff100994a3a82dd2057944332b.tar.gz
ports-574de8274ba754ff100994a3a82dd2057944332b.zip
Notes
-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]