summaryrefslogtreecommitdiff
path: root/packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-06-01 23:29:44 +0000
committerMatthias Hentges <oe@hentges.net>2007-06-01 23:29:44 +0000
commitee46004e7812188b6f432d87ebdb41a18d120d57 (patch)
tree381c6eff6ac25bceb3e6823922fbf9282a13f5d7 /packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch
parentcf211746683f39d1fb0c7a02771a0c9a8003f59a (diff)
parenta1b84ca79c1cd61dd5b2563104e69723070a6108 (diff)
merge of '29262672242dce33a5d94bf91091b9a5a7ea7621'
and '9f671f6c3a17dbd8450e267353cf95d120238e50'
Diffstat (limited to 'packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch')
-rw-r--r--packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch b/packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch
new file mode 100644
index 0000000000..74289ad3c8
--- /dev/null
+++ b/packages/e17/entrance-0.9.0.009/allow-missing-xsession.patch
@@ -0,0 +1,19 @@
+Index: entrance-0.9.0.009/configure.in
+===================================================================
+--- entrance-0.9.0.009.orig/configure.in
++++ entrance-0.9.0.009/configure.in
+@@ -184,10 +184,10 @@ AC_ARG_WITH(xsession,
+ fi
+ ]
+ )
+-if test ! -x "$xsession" ; then
+- AC_MSG_WARN([** $xsession does not exist or is not executable **])
+- AC_MSG_WARN([** Please consider overriding with --with-xsession **])
+-fi
++#if test ! -x "$xsession" ; then
++# AC_MSG_WARN([** $xsession does not exist or is not executable **])
++# AC_MSG_WARN([** Please consider overriding with --with-xsession **])
++#fi
+
+ AC_DEFINE_UNQUOTED(ENTRANCE_XSESSION, "$xsession", [Xsession script])
+ AC_SUBST(xsession)