pkgsrc-wip/bmp-docklet/patches/patch-ab
Ian Zagorskih 8b2f5b10e7 Add new package: audio/bmp-docklet
bmp-docklet is a plugin for Beep Media Player (BMP):

* Displays a icon in your systemtray and allows several tasks
like play/pause or hide and unhide the player. It displays
also the title of the current song as tooltips.
2005-11-19 11:37:20 +00:00

15 lines
303 B
Text

$NetBSD: patch-ab,v 1.1 2005/11/19 11:37:20 ianzag Exp $
--- src/docklet.c.orig 2005-07-14 03:46:29.000000000 +0700
+++ src/docklet.c
@@ -21,6 +21,10 @@
# include "config.h"
#endif
+#ifdef ENABLE_NLS
+#include <locale.h>
+#endif
+
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>