Module Name:    xsrc
Committed By:   perry
Date:           Wed May 13 21:27:48 UTC 2009

Modified Files:
        xsrc/external/mit/xorg-cf-files/dist: X11.tmpl

Log Message:
remove libXaw dependencies on libXp. okayed by mrg.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/xorg-cf-files/dist/X11.tmpl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-cf-files/dist/X11.tmpl
diff -u xsrc/external/mit/xorg-cf-files/dist/X11.tmpl:1.1.1.1 xsrc/external/mit/xorg-cf-files/dist/X11.tmpl:1.2
--- xsrc/external/mit/xorg-cf-files/dist/X11.tmpl:1.1.1.1	Wed Jul 30 04:32:46 2008
+++ xsrc/external/mit/xorg-cf-files/dist/X11.tmpl	Wed May 13 21:27:48 2009
@@ -3928,21 +3928,13 @@
 #endif
 
 #ifndef ExtraXawReqs
-# if BuildXaw
-#  define ExtraXawReqs $(XPLIB)
-# else
-#  define ExtraXawReqs /**/
-# endif
+# define ExtraXawReqs /**/
 #endif
 
 EXTRAXAWREQS = ExtraXawReqs
 
 #ifndef ExtraXawClientDepLibs
-# if BuildXaw
-#  define ExtraXawClientDepLibs $(DEPXPLIB)
-# else
-#  define ExtraXawClientDepLibs /**/
-# endif
+# define ExtraXawClientDepLibs /**/
 #endif
 
 EXTRAXAWCLIENTDEPLIBS = ExtraXawClientDepLibs
@@ -3952,11 +3944,7 @@
 #endif
 
 #ifndef ExtraXawClientLibs
-# if BuildXaw
-#  define ExtraXawClientLibs $(XPLIB)
-# else
-#  define ExtraXawClientLibs /**/
-# endif
+# define ExtraXawClientLibs /**/
 #endif
 
 EXTRAXAWCLIENTLIBS = ExtraXawClientLibs

Reply via email to