>Description:
gnome-power-manager doesn't build against xorg 7.5- tries to find header dpmsstr.h. This was split into dpmsconst.h and dpmsproto.h
>How-To-Repeat:
Install xorg 7.5 and gnome-power-manager
>Fix:
add patch
Patch attached with submission follows:
--- src/gpm-dpms.c.orig 2010-05-02 17:27:20.000000000 +0200
+++ src/gpm-dpms.c 2010-05-02 17:27:57.000000000 +0200
@@ -39,7 +39,8 @@
#ifdef HAVE_DPMS_EXTENSION
#include <X11/Xproto.h>
#include <X11/extensions/dpms.h>
-#include <X11/extensions/dpmsstr.h>
+#include <X11/extensions/dpmsconst.h>
+#include <X11/extensions/dpmsproto.h>
#endif
#include "gpm-conf.h"
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-p...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-b...@freebsd.org"