summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-04-01 10:03:32 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-04-01 10:03:32 +0000
commit5de47ffc0748b71af320054c8cedb03fac6a3a08 (patch)
tree32ca280ba3a54beeac0da559af24598365ec1ae3 /sys-fs/siefs
parentMarked ppc-macos stable, should allow removal of insecure version (diff)
downloadgentoo-2-5de47ffc0748b71af320054c8cedb03fac6a3a08.tar.gz
gentoo-2-5de47ffc0748b71af320054c8cedb03fac6a3a08.tar.bz2
gentoo-2-5de47ffc0748b71af320054c8cedb03fac6a3a08.zip
Fix building thanks to Jens Pranaitis <hans.maulwurf@gmail.com> in bug 128141
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'sys-fs/siefs')
-rw-r--r--sys-fs/siefs/ChangeLog7
-rw-r--r--sys-fs/siefs/siefs-0.5.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/siefs/ChangeLog b/sys-fs/siefs/ChangeLog
index aaab79278056..8167587a47a4 100644
--- a/sys-fs/siefs/ChangeLog
+++ b/sys-fs/siefs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/siefs
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/ChangeLog,v 1.5 2005/09/17 00:43:19 ciaranm Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/ChangeLog,v 1.6 2006/04/01 10:03:32 genstef Exp $
+
+ 01 Apr 2006; Stefan Schweizer <genstef@gentoo.org> siefs-0.5.ebuild:
+ Fix building thanks to Jens Pranaitis <hans.maulwurf@gmail.com> in bug 128141
17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
diff --git a/sys-fs/siefs/siefs-0.5.ebuild b/sys-fs/siefs/siefs-0.5.ebuild
index 34b5ae777223..e44c1380d8bf 100644
--- a/sys-fs/siefs/siefs-0.5.ebuild
+++ b/sys-fs/siefs/siefs-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/siefs-0.5.ebuild,v 1.1 2005/04/13 18:42:33 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/siefs/siefs-0.5.ebuild,v 1.2 2006/04/01 10:03:32 genstef Exp $
DESCRIPTION="Siemens FS"
HOMEPAGE="http://chaos.allsiemens.com/siefs"
@@ -18,6 +18,7 @@ src_unpack() {
cd ${S}/siefs
sed -i "s:-rm -f /sbin/mount.siefs:-mkdir \$(DESTDIR)/sbin/:" Makefile.in
sed -i "s:-ln -s \$(DESTDIR)\$(bindir)/siefs /sbin/mount.siefs:-ln -s ..\$(bindir)/siefs \$(DESTDIR)/sbin/mount.siefs:" Makefile.in
+ sed -i "s:LDADD = \$(fuseinst)/lib/libfuse.a:LDADD = -lfuse:" Makefile.in
}
src_install() {