diff options
Diffstat (limited to 'graphics/dri-devel/files/patch-host.def')
-rw-r--r-- | graphics/dri-devel/files/patch-host.def | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/graphics/dri-devel/files/patch-host.def b/graphics/dri-devel/files/patch-host.def index 259080b860a0..258ca8d83ddf 100644 --- a/graphics/dri-devel/files/patch-host.def +++ b/graphics/dri-devel/files/patch-host.def @@ -1,15 +1,17 @@ ---- config/cf/host.def.orig Tue Dec 9 17:50:12 2003 -+++ config/cf/host.def Tue Dec 9 23:06:33 2003 -@@ -5,7 +5,7 @@ +--- config/cf/host.def.orig Fri May 7 20:22:03 2004 ++++ config/cf/host.def Wed May 12 21:58:55 2004 +@@ -5,8 +5,8 @@ #define XFree86CustomVersion "DRI trunk" /* You need this now */ --#define MesaSrcDir /X11R6/SourceForge/Mesanew/Mesa-newtree -+#define MesaSrcDir $(TOP)/../Mesa-newtree +-#define MesaSrcDir /X11R6/SourceForge/Mesanew/Mesa +-#define DRMSrcDir /X11R6/SourceForge/DRI-freedesktop/drm ++#define MesaSrcDir $(TOP)/../Mesa ++#define DRMSrcDir $(TOP)/../drm /* Don't use any special flags by default, but leave this here commented out -@@ -24,6 +24,13 @@ +@@ -25,6 +25,13 @@ #endif */ @@ -23,7 +25,7 @@ #define BuildXFree86ConfigTools YES -@@ -46,15 +53,17 @@ +@@ -52,15 +59,17 @@ #if defined(FreeBSDArchitecture) && defined(HasGcc3) && HasGcc3 #define NoSystemWarn -Wno-system-headers @@ -42,3 +44,12 @@ #define NormalLibGlx NO +@@ -87,7 +96,7 @@ + /* Optionally turn this on to change the place where you install the build. + * Warning: trailing blanks will cause build failures. + */ +-/* #define ProjectRoot /usr/X11R6-DRI */ ++#include "projectroot.def" + + /* #define UsrLibDir /usr/X11R6/lib */ + |