aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-08-23 22:15:59 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-08-23 22:15:59 +0000
commit41fa963573b8d77963bd4abcd58a91b022cd9c92 (patch)
tree71cdea37a274fd22e4f3fa189a0013ed63942bda /x11-clocks
parentb757cfa8e71029d2200317cb3ddaa7bafed65da9 (diff)
downloadports-41fa963573b8d77963bd4abcd58a91b022cd9c92.tar.gz
ports-41fa963573b8d77963bd4abcd58a91b022cd9c92.zip
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)
Notes
Notes: svn path=/head/; revision=546024
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/asclock-xlib/files/patch-symbols.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-clocks/asclock-xlib/files/patch-symbols.c b/x11-clocks/asclock-xlib/files/patch-symbols.c
new file mode 100644
index 000000000000..3de42803e89b
--- /dev/null
+++ b/x11-clocks/asclock-xlib/files/patch-symbols.c
@@ -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;
+