On Tue, Apr 18, 2006 at 01:21:51PM +0300, Daniel Stone wrote:
> On Tue, Apr 18, 2006 at 02:24:22AM -0700, Steve Langasek wrote:
> > Attached is a proposed fix for this bug.  Any objections?
> 
> Looks fine to me.

Eugene did actually raise an objection on IRC; here's a revised patch which
confines the changes to linux.cf.

It also adds ExtraXawClientDepLibs and ExtraXawClientLibs at his suggestion,
but ExtraXawReqs is still required (and the only option that has any effect
AFAICT) for my test case of xaw3d.

Anyway, I'll go ahead and commit this one.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
Index: xutils-dev/xorg-cf-files-1.0.1/linux.cf
===================================================================
--- xutils-dev.orig/xorg-cf-files-1.0.1/linux.cf        2006-04-18 
14:09:37.000000000 -0700
+++ xutils-dev/xorg-cf-files-1.0.1/linux.cf     2006-04-18 14:33:56.000000000 
-0700
@@ -1153,6 +1153,16 @@
 #define TtClientLibs $(TTLIB) $(XTOOLLIB) $(XLIB)
 #define TtClientDepLibs $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
 
+#ifndef ExtraXawClientLibs
+# define ExtraXawClientLibs /**/
+#endif
+#ifndef ExtraXawClientDepLibs
+# define ExtraXawClientDepLibs /**/
+#endif
+#ifndef ExtraXawReqs
+# define ExtraXawReqs /**/
+#endif
+
 #if HaveLib64
 # ifndef LibDirName
 #  define LibDirName           lib64

Attachment: signature.asc
Description: Digital signature

Reply via email to