Dear all there is missing definition for drm_u64_t at file
"shared-core/drm.h" for FreeBSD. It's prevent libdrm to compile on
FreeBSD. The patch below make it compile but I am not sure if it the
correct way.

---------------------------------------

*** ori.drm.h   Wed Nov  1 13:49:05 2006
--- drm.h       Wed Nov  1 13:44:23 2006
***************
*** 140,145 ****
--- 140,146 ----
  typedef unsigned int drm_handle_t;
  #else
  typedef unsigned long drm_handle_t;   /**< To mapped regions */
+ typedef unsigned long long drm_u64_t;
  #endif
  typedef unsigned int drm_context_t;   /**< GLXContext handle */
  typedef unsigned int drm_drawable_t;

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to