summaryrefslogtreecommitdiff
path: root/debian/patches/05_xaw_without_xp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/05_xaw_without_xp.diff')
-rw-r--r--debian/patches/05_xaw_without_xp.diff69
1 files changed, 69 insertions, 0 deletions
diff --git a/debian/patches/05_xaw_without_xp.diff b/debian/patches/05_xaw_without_xp.diff
new file mode 100644
index 0000000..34e3801
--- /dev/null
+++ b/debian/patches/05_xaw_without_xp.diff
@@ -0,0 +1,69 @@
+---
+ xorg-cf-files/FreeBSD.cf | 10 ++++++++++
+ xorg-cf-files/gnu.cf | 10 ++++++++++
+ xorg-cf-files/linux.cf | 10 ++++++++++
+ 3 files changed, 30 insertions(+)
+
+Index: xutils-dev/xorg-cf-files/linux.cf
+===================================================================
+--- xutils-dev.orig/xorg-cf-files/linux.cf 2008-06-01 18:36:51.000000000 +0200
++++ xutils-dev/xorg-cf-files/linux.cf 2008-06-01 18:36:51.000000000 +0200
+@@ -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
+Index: xutils-dev/xorg-cf-files/gnu.cf
+===================================================================
+--- xutils-dev.orig/xorg-cf-files/gnu.cf 2008-06-01 18:36:51.000000000 +0200
++++ xutils-dev/xorg-cf-files/gnu.cf 2008-06-01 18:36:51.000000000 +0200
+@@ -541,6 +541,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
++
+ #ifndef BuildDmx
+ #define BuildDmx YES
+ #endif
+Index: xutils-dev/xorg-cf-files/FreeBSD.cf
+===================================================================
+--- xutils-dev.orig/xorg-cf-files/FreeBSD.cf 2008-06-01 18:43:49.000000000 +0200
++++ xutils-dev/xorg-cf-files/FreeBSD.cf 2008-06-01 18:44:03.000000000 +0200
+@@ -570,6 +570,16 @@
+ #endif
+ #endif
+
++#ifndef ExtraXawClientLibs
++# define ExtraXawClientLibs /**/
++#endif
++#ifndef ExtraXawClientDepLibs
++# define ExtraXawClientDepLibs /**/
++#endif
++#ifndef ExtraXawReqs
++# define ExtraXawReqs /**/
++#endif
++
+ /*
+ * A hack to work around an optimization problem with gcc 2.95.2 - 2.95.4
+ */