pkgsrc/x11/fbdesk/patches/patch-ab
reed b2c04c2c83 Updated fbdesk to 1.2.1. No maintainer for this package. Any volunteers?
ChangeLog has:

Changes for 1.2.1:
   * Fixed startup bug
Changes for 1.2.0:
   * resource file changed to ~/.fluxbox/fbdesk
   * icons file change name to: ~/.fluxbox/fbdesk.icons
   * requires a window manager that supports NET WM spec
     (fluxbox development version > 0.9.* or cvs)
   * Fixed layering issues
     FbDesk should now be on bottom always
   * Added new resources:
     fbdesk.textAlpha: <number between 0 and 255 (opaque)>
     fbdesk.iconAlpha: <number between 0 and 255 (opaque)>
   * Fixed bit depth issue in ImagePNG
   * Updated FbTk (Henrik)

Improved COMMENT. This package does not just for fluxbox.

Removed dependency on fluxbox.

Also install the README.

patch-aa is for missing setlocale check. (This software doesn't
even have a configure to check for this, but is used several times.)

patch-ab is because stderr not defined (notice on NetBSD 1.6.2 but not Linux).
2004-09-24 19:06:39 +00:00

10 lines
204 B
Text

$NetBSD: patch-ab,v 1.1 2004/09/24 19:06:39 reed Exp $
--- src/FbTk/FbPixmap.cc.orig Mon Sep 20 03:26:19 2004
+++ src/FbTk/FbPixmap.cc
@@ -23,2 +23,4 @@
+#include <stdio.h>
+
#include "FbPixmap.hh"