freebsd-ports/x11-clocks/asclock-xlib/files/patch-symbols.c
Niclas Zeising 41fa963573 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)
2020-08-23 22:15:59 +00:00

10 lines
217 B
C

--- 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;