svn commit: r546024 - head/x11-clocks/asclock-xlib/files
Niclas Zeising
zeising at FreeBSD.org
Sun Aug 23 22:16:00 UTC 2020
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;
+
More information about the svn-ports-all
mailing list