On Tue, Oct 10, 2000 at 07:02:30PM -0400, Daniel Jacobowitz wrote: > On Tue, Oct 10, 2000 at 06:14:11PM -0400, Ben Collins wrote: > > (Branden, let me know if you want me to just email debian-x) > > > > There is no libxrx compiled for sparc. I'm not even sure what this thing > > does, but it isn't there. So something needs to be done to make it > > installed only on a per-case basis. Seems like the best way is to put the > > files on the command line of the dh_* calls. > > I could swear I fixed this for all arches, not just powerpc... > > Branden? What ever happened to patch #204? It included this hunk: Whatever it was, it didn't apply cleanly it seems. I've attached a new one. -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'
--- xc/config/cf/linux.cf~ Tue Oct 10 21:47:10 2000 +++ xc/config/cf/linux.cf Tue Oct 10 21:59:23 2000 @@ -436,15 +436,16 @@ # define XF86OSCardDrivers v4l #endif +#if UseElfFormat +# define HasPlugin YES +# define VendorHasX11R6_3libXext YES /* XC or XFree86 >= 3.3.1 */ +#endif + #ifdef i386Architecture # define OptimizedCDebugFlags DefaultGcc2i386Opt # define LinuxMachineDefines -D__i386__ # define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET # define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -# if UseElfFormat -# define HasPlugin YES -# define VendorHasX11R6_3libXext YES /* XC or XFree86 >= 3.3.1 */ -# endif #endif /* i386Architecture */ #ifdef s390Architecture @@ -474,10 +475,6 @@ # define LinuxMachineDefines -D__ia64__ # define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET # define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64 -#if UseElfFormat -# define HasPlugin YES -# define VendorHasX11R6_3libXext YES /* XC or XFree86 >= 3.3.1 */ -#endif #endif /* ia64Architecture */ #ifdef Mc68020Architecture