Date: Thu, 5 Feb 1998 10:02:12 PST From: Bill Fenner <fenner@parc.xerox.com> To: Stefan `Sec` Zehl <sec@42.org> Cc: Brian Handy <handy@sag.space.lockheed.com>, "Donald J. Maddox" <ddox@scsn.net>, freebsd-ports@FreeBSD.ORG Subject: Re: NAS compile woes Message-ID: <98Feb5.100220pst.177476@crevenia.parc.xerox.com> In-Reply-To: Your message of "Wed, 04 Feb 98 16:38:15 PST." <19980205013815.27050@matrix.42.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Isn't this one of those "XFree86 3.2 vs. 3.3" problems? The NAS port builds just fine as-is on my machine with XFree86 3.2 . Can someone who has NAS compile trouble try these patches instead of Stefan's? Thanks, Bill --- include/audio/Imakefile.orig Thu Feb 5 09:47:23 1998 +++ include/audio/Imakefile Thu Feb 5 09:48:42 1998 @@ -37,7 +37,11 @@ MakeDir($(BUILDINCDIR:/=\)) #endif /* WIN32 */ +#if XFree86Version < 3300 BuildIncludes($(HEADERS),audio,..) +#else +BuildIncludes($(HEADERS),audio,.) +#endif #if ProjectX < 5 /* X11R4 doesn't make dir explicitly */ #ifndef MakeDir --- lib/audio/Imakefile.orig Thu Feb 5 09:49:15 1998 +++ lib/audio/Imakefile Thu Feb 5 09:49:39 1998 @@ -125,7 +125,11 @@ #endif +#if XFree86Version < 3300 BuildIncludes($(HEADERS),audio,..) +#else +BuildIncludes($(HEADERS),audio,.) +#endif InstallMultiple($(HEADERS),$(INCDIR)) #if ProjectX >= 5 InstallNonExecFile(AuErrorDB,$(LIBDIR))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?98Feb5.100220pst.177476>