pkgsrc/sysutils/gnome-power-manager/patches/patch-ad
jmmv ebf69fce68 Fix build with current modular-xorg: remove inclusion of non-existent
header dpmsstr.h.  AFAICT through manual inspection of the code, none
of the symbols nor constants provided by the header still present in
xsrc are used.
2010-04-11 22:24:47 +00:00

12 lines
310 B
Text

$NetBSD: patch-ad,v 1.1 2010/04/11 22:24:47 jmmv Exp $
--- src/gpm-dpms.c.orig 2008-09-04 10:05:15.000000000 +0000
+++ src/gpm-dpms.c
@@ -39,7 +39,6 @@
#ifdef HAVE_DPMS_EXTENSION
#include <X11/Xproto.h>
#include <X11/extensions/dpms.h>
-#include <X11/extensions/dpmsstr.h>
#endif
#include "gpm-conf.h"