summaryrefslogtreecommitdiff
path: root/wm/bmpanel2/patches/patch-widget-utils.c
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-06-18 15:30:59 +0000
committerwiz <wiz@pkgsrc.org>2011-06-18 15:30:59 +0000
commit5793526f6f605d3e514783fc39524062259c8a04 (patch)
treea7082f152aad11adf22587622cdb1003cbb66732 /wm/bmpanel2/patches/patch-widget-utils.c
parent164e389b126f5fe3b0394e8b3275574c0a411428 (diff)
downloadpkgsrc-5793526f6f605d3e514783fc39524062259c8a04.tar.gz
Initial import of bmpanel2-2.1pre1:
Nice NETWM-compatible panel for X11. Features: * Look'n'feel customization via themes. * A bunch of widgets: desktop switcher, taskbar, launchbar, systray, clock, decor, empty. * Pseudo-transparency support. * Written in C with speed and clarity in mind. * Small number of dependencies, briefly: glib2, cairo, pango, libX11. * Small memory footprint (about 2-4 megabytes). * Small executable (80 kilobytes at the moment).
Diffstat (limited to 'wm/bmpanel2/patches/patch-widget-utils.c')
-rw-r--r--wm/bmpanel2/patches/patch-widget-utils.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/bmpanel2/patches/patch-widget-utils.c b/wm/bmpanel2/patches/patch-widget-utils.c
new file mode 100644
index 00000000000..63ad99e489c
--- /dev/null
+++ b/wm/bmpanel2/patches/patch-widget-utils.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-widget-utils.c,v 1.1.1.1 2011/06/18 15:30:59 wiz Exp $
+
+alloca.h is deprecated and doesn't exist on many systems.
+
+--- widget-utils.c.orig 2009-11-01 05:50:26.000000000 +0000
++++ widget-utils.c
+@@ -1,5 +1,5 @@
+ #include <stdio.h>
+-#include <alloca.h>
++#include <malloc.h>
+ #include "widget-utils.h"
+
+ /**************************************************************************