From owner-freebsd-hackers Thu Mar 16 15:14:58 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02737 for hackers-outgoing; Thu, 16 Mar 1995 15:14:58 -0800 Received: from netcom14.netcom.com (hasty@netcom14.netcom.com [192.100.81.126]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA02729 for ; Thu, 16 Mar 1995 15:14:54 -0800 From: hasty@netcom.com Received: from localhost by netcom14.netcom.com (8.6.10/Netcom) id PAA01957; Thu, 16 Mar 1995 15:13:35 -0800 Message-Id: <199503162313.PAA01957@netcom14.netcom.com> To: hackers@FreeBSD.org Subject: Re: patches for X11R6?? In-reply-to: Your message of Thu, 16 Mar 95 20:03:45 +1000. <199503161003.AA29870@physics.su.oz.au> Date: Thu, 16 Mar 95 15:13:34 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk > >Just downloaded X11R6 and it is failing to compile. > >Wondering if any one got patches for it ... > What is the problem? > If it is badly generated Makefiles, then the following patch may help. > If you have other problems, try the XFree86 3.1.1 patches. > David > --------------- > *** xc/config/imake/imakemdep.h.orig Thu Mar 16 20:59:24 1995 > --- xc/config/imake/imakemdep.h Thu Mar 16 21:00:03 1995 > *************** > *** 254,260 **** > "-D__i386__", > # endif > # ifdef __GNUC__ > ! "-traditional" > # endif > #endif > #ifdef M4330 > --- 254,260 ---- > "-D__i386__", > # endif > # ifdef __GNUC__ > ! "-traditional", > # endif > #endif > #ifdef M4330 > *************** > *** 417,423 **** > "-D__i386__", > # endif > # ifdef __GNUC__ > ! "-traditional" > # endif > #endif > #ifdef Oki > --- 417,423 ---- > "-D__i386__", > # endif > # ifdef __GNUC__ > ! "-traditional", > # endif > #endif > #ifdef Oki Well, this is what I did to get X11R6 to compile with FreeBSD-2.current: #!/bin/sh patch -p -s