svn commit: r549408 - branches/2020Q3/misc/urbit/files

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 00:35:28 UTC 2020


Author: yuri
Date: Mon Sep 21 00:35:27 2020
New Revision: 549408
URL: https://svnweb.freebsd.org/changeset/ports/549408

Log:
  MFH: r549405
  
  misc/urbit: Fix build on 13 by adding -fcommon
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/misc/urbit/files/patch-meson.build
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/misc/urbit/files/patch-meson.build
==============================================================================
--- branches/2020Q3/misc/urbit/files/patch-meson.build	Mon Sep 21 00:33:00 2020	(r549407)
+++ branches/2020Q3/misc/urbit/files/patch-meson.build	Mon Sep 21 00:35:27 2020	(r549408)
@@ -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