aboutsummaryrefslogtreecommitdiff
path: root/games/wesnoth-devel/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/wesnoth-devel/files/patch-configure')
-rw-r--r--games/wesnoth-devel/files/patch-configure74
1 files changed, 74 insertions, 0 deletions
diff --git a/games/wesnoth-devel/files/patch-configure b/games/wesnoth-devel/files/patch-configure
new file mode 100644
index 000000000000..2461bb21a243
--- /dev/null
+++ b/games/wesnoth-devel/files/patch-configure
@@ -0,0 +1,74 @@
+--- configure.orig Tue Oct 5 23:42:20 2004
++++ configure Tue Oct 5 23:43:44 2004
+@@ -10043,36 +10043,6 @@
+
+
+
+-if test x$kde = xyes && test x$kdefound = xyes; then
+- KDE_TRUE=
+- KDE_FALSE='#'
+-else
+- KDE_TRUE='#'
+- KDE_FALSE=
+-fi
+-
+-
+-
+-if test x$gnome = xyes && test x$gnome1found = xyes; then
+- GNOME1_TRUE=
+- GNOME1_FALSE='#'
+-else
+- GNOME1_TRUE='#'
+- GNOME1_FALSE=
+-fi
+-
+-
+-
+-if test x$gnome = xyes && test x$gnome1found = xno; then
+- GNOME2_TRUE=
+- GNOME2_FALSE='#'
+-else
+- GNOME2_TRUE='#'
+- GNOME2_FALSE=
+-fi
+-
+-
+-
+ if test x$GXX = xyes; then
+ GCC_TRUE=
+ GCC_FALSE='#'
+@@ -13259,6 +13229,34 @@
+ fi
+
+
++
++if test x$kde = xyes && test x$kdefound = xyes; then
++ KDE_TRUE=
++ KDE_FALSE='#'
++else
++ KDE_TRUE='#'
++ KDE_FALSE=
++fi
++
++
++
++if test x$gnome = xyes && test x$gnome1found = xyes; then
++ GNOME1_TRUE=
++ GNOME1_FALSE='#'
++else
++ GNOME1_TRUE='#'
++ GNOME1_FALSE=
++fi
++
++
++
++if test x$gnome = xyes && test x$gnome1found = xno; then
++ GNOME2_TRUE=
++ GNOME2_FALSE='#'
++else
++ GNOME2_TRUE='#'
++ GNOME2_FALSE=
++fi
+
+
+