svn commit: r549405 - head/misc/urbit/files

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 00:31:48 UTC 2020


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]


More information about the svn-ports-all mailing list