Re: simple patch for certain configs

2003-09-25 Thread Warren Turkal
David Dawes wrote:
> That just fixes one of the symptoms of IHaveSubdirs being defined in this
> case when it shouldn't be.  The others remain.  I'll commit a patch that
> fixes it properly.

Thanks, David :-D

-- 
Warren Turkal
President, GOLUM, Inc.
http://www.golum.org

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: simple patch for certain configs

2003-09-25 Thread David Dawes
On Thu, Sep 25, 2003 at 06:30:21PM -0500, Warren Turkal wrote:
>Here is a patch from the Debian packages that fixes certain build configs.
>
>$Id: 017_fix_Xlib_depend_target.diff 586 2003-09-25 19:31:35Z branden $
>
>This patch by Ishikawa MUTSUMI.
>
>Fixes build failure due to missing depend target in Xlib's Imakefile if
>"BuildServersOnly" is YES, "BuildXnestServer" is NO, and "BuildGLXLibrary"
>is NO.

That just fixes one of the symptoms of IHaveSubdirs being defined in this
case when it shouldn't be.  The others remain.  I'll commit a patch that
fixes it properly.

David
-- 
David Dawes
Founder/committer/developer The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


simple patch for certain configs

2003-09-25 Thread Warren Turkal
Here is a patch from the Debian packages that fixes certain build configs.

$Id: 017_fix_Xlib_depend_target.diff 586 2003-09-25 19:31:35Z branden $

This patch by Ishikawa MUTSUMI.

Fixes build failure due to missing depend target in Xlib's Imakefile if
"BuildServersOnly" is YES, "BuildXnestServer" is NO, and "BuildGLXLibrary"
is NO.

--- xc/lib/X11/Imakefile.orig   2003-02-20 11:41:45.0 -0500
+++ xc/lib/X11/Imakefile2003-02-20 11:41:48.0 -0500
@@ -1087,5 +1087,7 @@
 #else
 all::
 
+depend::
+
 BuildIncludes($(HEADERS),IncSubdir,..)
 #endif

-- 
Warren Turkal
President, GOLUM, Inc.
http://www.golum.org

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel