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
commit2f0aff23efd12efaf4889bf9cf182990a4d92998 (patch)
tree785364cafe487922d16fa09366b454bac4a4ab0a /sys-fs/siefs/siefs-0.5.ebuild
parentMarked ppc-macos stable, should allow removal of insecure version (diff)
downloadhistorical-2f0aff23efd12efaf4889bf9cf182990a4d92998.tar.gz
historical-2f0aff23efd12efaf4889bf9cf182990a4d92998.tar.bz2
historical-2f0aff23efd12efaf4889bf9cf182990a4d92998.zip
Fix building thanks to Jens Pranaitis <hans.maulwurf@gmail.com> in bug 128141
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'sys-fs/siefs/siefs-0.5.ebuild')
-rw-r--r--sys-fs/siefs/siefs-0.5.ebuild5
1 files changed, 3 insertions, 2 deletions
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() {