Date: Thu, 16 Mar 1995 20:03:45 +1000 (EST) From: David Dawes <dawes@physics.usyd.edu.au> To: hasty@netcom.com (Amancio Hasty Jr) Cc: hackers@FreeBSD.org Subject: Re: patches for X11R6?? Message-ID: <199503161003.AA29870@physics.su.oz.au> In-Reply-To: <199503160743.XAA10376@netcom14.netcom.com> from "Amancio Hasty Jr" at Mar 15, 95 11:43:51 pm
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503161003.AA29870>