Subject: Re: X.org 6.9.0 pkgsrc-current/Linux
To: None <tech-pkg@netbsd.org>
From: None <joerg@britannica.bec.de>
List: tech-pkg
Date: 02/23/2006 16:11:29
--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Thu, Feb 23, 2006 at 12:43:37PM +0000, Daniel Bento wrote:
> Any ideia for my problem? :s

Add the attached patch to x11/xorg-libs/patches/ and run bmake
makepatchsum clean && bmake package

Joerg

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-be

$NetBSD$

--- lib/XvMC/hw/i810/Imakefile.orig	2006-02-23 16:09:32.000000000 +0100
+++ lib/XvMC/hw/i810/Imakefile
@@ -33,6 +33,7 @@ ALLOC_DEFINES = -DMALLOC_0_RETURNS_NULL
 OS_SUBDIR = linux
 
 LinkSourceFile(xf86drm.c,$(XF86OSSRC)/$(OS_SUBDIR)/drm)
+LinkSourceFile(xf86drm.h,$(XF86OSSRC)/$(OS_SUBDIR)/drm)
 LinkSourceFile(xf86drmHash.c,$(XF86OSSRC)/$(OS_SUBDIR)/drm)
 LinkSourceFile(xf86drmRandom.c,$(XF86OSSRC)/$(OS_SUBDIR)/drm)
 LinkSourceFile(xf86drmSL.c,$(XF86OSSRC)/$(OS_SUBDIR)/drm)

--XsQoSWH+UP9D9v3l--