pkgsrc/x11/xkbd/patches/patch-ab

15 lines
313 B
Text

$NetBSD: patch-ab,v 1.1 2003/02/05 22:03:02 dmcmahill Exp $
--- src/kb.c.orig Fri Sep 27 04:34:28 2002
+++ src/kb.c
@@ -21,7 +21,10 @@
#include <X11/Xutil.h>
#include <X11/extensions/XTest.h>
#include <X11/keysym.h>
+
+#ifdef USE_XFT
#include <X11/Xft/Xft.h>
+#endif
#include "structs.h"
#include "kb.h"