summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2004-12-03 13:56:42 +0000
committerStefan Schweizer <genstef@gentoo.org>2004-12-03 13:56:42 +0000
commit2c8bb49685ded8c8f8e75e3f1cf7daa76b2d8e20 (patch)
tree26e5cf77b22c9f139eead9cef08fc2a5b625c92d /sys-fs/captive
parentmasked app-shells/rssh per bug 72816 (diff)
downloadgentoo-2-2c8bb49685ded8c8f8e75e3f1cf7daa76b2d8e20.tar.gz
gentoo-2-2c8bb49685ded8c8f8e75e3f1cf7daa76b2d8e20.tar.bz2
gentoo-2-2c8bb49685ded8c8f8e75e3f1cf7daa76b2d8e20.zip
Adding missing patch
Diffstat (limited to 'sys-fs/captive')
-rw-r--r--sys-fs/captive/ChangeLog6
-rw-r--r--sys-fs/captive/files/do-not-check-for-lufsd.patch25
2 files changed, 30 insertions, 1 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog
index 80d89b42e0ea..7c544b187178 100644
--- a/sys-fs/captive/ChangeLog
+++ b/sys-fs/captive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/captive
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.1 2004/12/02 19:46:38 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.2 2004/12/03 13:56:42 genstef Exp $
+
+ 03 Dec 2004; Stefan Schweizer <genstef@gentoo.org>
+ +files/do-not-check-for-lufsd.patch:
+ Adding missing patch
*captive-1.1.5 (02 Dec 2004)
diff --git a/sys-fs/captive/files/do-not-check-for-lufsd.patch b/sys-fs/captive/files/do-not-check-for-lufsd.patch
new file mode 100644
index 000000000000..7dab523e60f3
--- /dev/null
+++ b/sys-fs/captive/files/do-not-check-for-lufsd.patch
@@ -0,0 +1,25 @@
+--- captive-1.1.5/configure.orig 2004-11-14 16:49:01.508382408 +0100
++++ captive-1.1.5/configure 2004-11-14 16:50:55.054120832 +0100
+@@ -21798,21 +21798,10 @@
+
+ test -n "$PATH_LUFSD" && break
+ done
+-
+- if test x$PATH_LUFSD = x;then
+- if test x$enable_lufs = xyes;then
+- { { echo "$as_me:$LINENO: error: LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&5
+-echo "$as_me: error: LUFS client was requested (--enable-lufs) but no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&2;}
+- { (exit 1); exit 1; }; }
+- else
+- { echo "$as_me:$LINENO: WARNING: LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&5
+-echo "$as_me: WARNING: LUFS client not being compiled as no lufsd(1) binary was found. Install 'lufs-*-*captive*' package." >&2;}
+- fi
+- fi
+ fi
+
+
+-if $have_lufs_includes && test x$PATH_LUFSD != x -a x$enable_lufs != no ; then
++if $have_lufs_includes && test x$enable_lufs != xno ; then
+ ENABLE_LUFS_TRUE=
+ ENABLE_LUFS_FALSE='#'
+ else