diff options
Diffstat (limited to 'graphics/dri-devel/files/patch-host.def')
-rw-r--r-- | graphics/dri-devel/files/patch-host.def | 53 |
1 files changed, 16 insertions, 37 deletions
diff --git a/graphics/dri-devel/files/patch-host.def b/graphics/dri-devel/files/patch-host.def index 75a729b16f46..e0dca4a9bd0d 100644 --- a/graphics/dri-devel/files/patch-host.def +++ b/graphics/dri-devel/files/patch-host.def @@ -1,53 +1,32 @@ ---- config/cf/host.def.orig Thu Jul 18 12:23:07 2002 -+++ config/cf/host.def Wed Aug 21 10:21:01 2002 -@@ -2,17 +2,17 @@ - * Set this for each DRI branch. It will be appended to the XFree86 version - * information. +--- config/cf/host.def.orig Fri Aug 30 15:05:13 2002 ++++ config/cf/host.def Fri Aug 30 15:12:10 2002 +@@ -4,16 +4,10 @@ */ --#define XFree86CustomVersion "DRI trunk" -+#define XFree86CustomVersion "DRI trunk: dri-devel-20020820" + #define XFree86CustomVersion "DRI trunk" -#define DefaultGcc2AxpOpt -O2 -mcpu=ev6 -#define DefaultGcc2PpcOpt -O2 -mcpu=750 -#define DefaultGcc2i386Opt -O2 -+#define DefaultGcc2AxpOpt ${FBSDCFLAGS} -+#define DefaultGcc2PpcOpt ${FBSDCFLAGS} -+#define DefaultGcc2i386Opt ${FBSDCFLAGS} - #if defined(AlphaArchitecture) +-#if defined(AlphaArchitecture) -# define LibraryCDebugFlags -O2 -mcpu=ev6 -+# define LibraryCDebugFlags ${FBSDCFLAGS} - #elif defined(PpcArchitecture) +-#elif defined(PpcArchitecture) -# define LibraryCDebugFlags -O2 -mcpu=750 -+# define LibraryCDebugFlags ${FBSDCFLAGS} - #else +-#else -# define LibraryCDebugFlags -O2 -+# define LibraryCDebugFlags ${FBSDCFLAGS} - #endif +-#endif ++#define DefaultGcc2AxpOpt ${FBSDCFLAGS} ++#define DefaultGcc2PpcOpt ${FBSDCFLAGS} ++#define DefaultGcc2i386Opt ${FBSDCFLAGS} ++#define LibraryCDebugFlags ${FBSDCFLAGS} #define BuildXFree86ConfigTools YES -@@ -25,14 +25,11 @@ - #else - #define XF86CardDrivers tdfx i810 mga ati glint vga --#define DriDrivers tdfx mga i810 r128 radeon gamma i830 /* sis ffb */ -+#define DriDrivers i810 i830 r128 radeon r200 /* sis ffb */ - - #endif - --#define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \ -- -Wmissing-prototypes -Wmissing-declarations \ -- -Wnested-externs +@@ -32,7 +26,7 @@ + #define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \ + -Wmissing-prototypes -Wmissing-declarations \ + -Wnested-externs -#define DefaultCCOptions -ansi GccWarningOptions -pipe -g +#define DefaultCCOptions -g #define NormalLibGlx NO -@@ -63,7 +60,7 @@ - /* #define ProjectRoot /usr/X11R6-DRI */ - - /* Optionally turn this on to force the kernel modules to build */ --#define BuildXF86DRM YES -+#define BuildXF86DRM NO - - #define XF86AFB NO - |