Mon Jul 20 06:34:03 2015 UTC ()
make this work in a config.h-less way.


(mrg)
diff -r1.1.1.4 -r1.2 xsrc/external/mit/xf86-video-geode/dist/src/geode.h
diff -r1.5 -r0 xsrc/external/mit/xf86-video-geode/include/config.h

cvs diff -r1.1.1.4 -r1.2 xsrc/external/mit/xf86-video-geode/dist/src/geode.h (expand / switch to context diff)
--- xsrc/external/mit/xf86-video-geode/dist/src/geode.h 2014/03/20 06:54:20 1.1.1.4
+++ xsrc/external/mit/xf86-video-geode/dist/src/geode.h 2015/07/20 06:34:03 1.2
@@ -28,7 +28,9 @@
 #define _GEODE_H_
 
 #include "geode_pcirename.h"
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #ifdef HAVE_XAA_H
 #include "xaa.h"

File Deleted: xsrc/external/mit/xf86-video-geode/include/Attic/config.h