2014-11-05 12:41:07 +01:00

18 lines
369 B
Plaintext

$NetBSD: patch-aj,v 1.4 2013/08/18 21:29:08 wiz Exp $
--- src/aapm.cc.orig 2008-01-05 07:34:24.000000000 +0000
+++ src/aapm.cc
@@ -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;