mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
deskutils/alarm-clock-applet: fix build on recent current
This commit is contained in:
parent
921a7a7122
commit
f00e6de1e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546381
1 changed files with 11 additions and 0 deletions
11
deskutils/alarm-clock-applet/files/patch-src_alarm-applet.h
Normal file
11
deskutils/alarm-clock-applet/files/patch-src_alarm-applet.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/alarm-applet.h.orig 2020-08-27 17:50:22 UTC
|
||||
+++ src/alarm-applet.h
|
||||
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _AlarmApplet AlarmApplet;
|
||||
|
||||
-GHashTable *app_command_map;
|
||||
+extern GHashTable *app_command_map;
|
||||
|
||||
void alarm_applet_label_update (AlarmApplet *applet);
|
||||
void alarm_applet_clear_alarms (AlarmApplet *applet);
|
Loading…
Add table
Reference in a new issue