View Single Post
  #4   (View Single Post)  
Old 17th April 2010
adamk adamk is offline
Spam Deminer
 
Join Date: May 2008
Posts: 250
Default

There's something funky with your libdrm port, then. Over here, make install clearly shows:

Code:
 install  -o root -g wheel -m 444 intel_bufmgr.h '/usr/local/include'
test -z "/usr/local/libdata/pkgconfig" || .././install-sh -c -d "/usr/local/libdata/pkgconfig"
 install  -o root -g wheel -m 444 libdrm_intel.pc '/usr/local/libdata/pkgconfig'
Maybe something else in your /etc/make.conf is causing problems?

Adam
Reply With Quote