diff options
author | fredb <fredb@pkgsrc.org> | 2003-11-20 00:33:47 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-11-20 00:33:47 +0000 |
commit | 801bda703b0b0591466dbfa24cd6053d3ff73940 (patch) | |
tree | dfd2677fec072c85f893d213738f67e418abf53d /misc/dt/patches | |
parent | 8d6cbb6f707528628ddb75ecb986aef8488e9565 (diff) | |
download | pkgsrc-801bda703b0b0591466dbfa24cd6053d3ff73940.tar.gz |
Switch to the "new" grf interface -- new in NetBSD 1.5! -- because
GRF_COMPAT is currently broken on NetBSD 1.6ZF.
Diffstat (limited to 'misc/dt/patches')
-rw-r--r-- | misc/dt/patches/patch-ab | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/dt/patches/patch-ab b/misc/dt/patches/patch-ab index 6ddd0ebf69d..561129726f1 100644 --- a/misc/dt/patches/patch-ab +++ b/misc/dt/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 1999/09/07 14:55:06 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2003/11/20 00:33:47 fredb Exp $ --- config.h.orig Tue Jul 6 03:45:49 1999 +++ config.h Tue Sep 7 08:35:15 1999 @@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1 1999/09/07 14:55:06 jlam Exp $ /* * French layout (AppleDesign keyboard) +@@ -81,7 +81,7 @@ + /* + * be compatible with old-style grf-devices (untested with old kernels) + */ +-#define GRF_COMPAT ++#undef GRF_COMPAT + + /* + * force usage of old grf interface |