pkgsrc/wm/icewm/patches/patch-aj
rillig e00f375f74 Fixed "test ==" in the configure script.
Fixed some pkglint warnings.
2006-10-04 19:38:05 +00:00

17 lines
408 B
Text

$NetBSD: patch-aj,v 1.2 2006/10/04 19:38:06 rillig Exp $
--- src/aapm.cc.orig 2006-08-06 20:38:16.000000000 +0200
+++ src/aapm.cc 2006-10-04 21:23:18.000000000 +0200
@@ -38,8 +38,12 @@
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/types.h>
+#ifdef __sparcv9
+#include <sparc/apmvar.h>
+#else
#include <machine/apmvar.h>
#endif
+#endif
YColor *YApm::apmBg = 0;
YColor *YApm::apmFg = 0;