ports/devel/libnotify/patches/patch-libnotify_notification_h

15 lines
352 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Comma at end of list isn't valid c++, and c++ code might use libnotify.
Index: libnotify/notification.h
--- libnotify/notification.h.orig
+++ libnotify/notification.h
@@ -97,7 +97,7 @@ typedef enum
{
NOTIFY_URGENCY_LOW,
NOTIFY_URGENCY_NORMAL,
- NOTIFY_URGENCY_CRITICAL,
+ NOTIFY_URGENCY_CRITICAL
} NotifyUrgency;