Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 22:15:59 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546024 - head/x11-clocks/asclock-xlib/files
Message-ID:  <202008232215.07NMFxcb092222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun Aug 23 22:15:59 2020
New Revision: 546024
URL: https://svnweb.freebsd.org/changeset/ports/546024

Log:
  x11-clocks/asclock-xlib: Fix build with -fno-common
  
  Fix the build os x11-clocks/asclock with -fno-common, which is the default
  with llvm 11.
  
  MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)

Added:
  head/x11-clocks/asclock-xlib/files/patch-symbols.c   (contents, props changed)

Added: head/x11-clocks/asclock-xlib/files/patch-symbols.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-clocks/asclock-xlib/files/patch-symbols.c	Sun Aug 23 22:15:59 2020	(r546024)
@@ -0,0 +1,10 @@
+--- symbols.c.orig	2020-08-23 22:09:30 UTC
++++ symbols.c
+@@ -62,7 +62,6 @@ symbol config_symbols[] = {
+   { "beats_elem_height",&beats_elem_height},
+   { NULL, NULL} };
+ 
+-int itdocks;
+ int itblinks;
+ int showampm;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008232215.07NMFxcb092222>