summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-08-07 15:55:49 +0000
committerRoy Marples <uberlord@gentoo.org>2007-08-07 15:55:49 +0000
commita6f44a1cfd895e1b95de163fefd2e1a473c0dfcc (patch)
tree78b1d810c66520bf7912b006524d27db1fddd7b4 /app-admin
parentStable on sparc (diff)
downloadgentoo-2-a6f44a1cfd895e1b95de163fefd2e1a473c0dfcc.tar.gz
gentoo-2-a6f44a1cfd895e1b95de163fefd2e1a473c0dfcc.tar.bz2
gentoo-2-a6f44a1cfd895e1b95de163fefd2e1a473c0dfcc.zip
Fix installing on FreeBSD
(Portage version: 2.1.3.3)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/gamin/ChangeLog5
-rw-r--r--app-admin/gamin/gamin-0.1.9.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/app-admin/gamin/ChangeLog b/app-admin/gamin/ChangeLog
index 0e250fb62dbb..711f6874a075 100644
--- a/app-admin/gamin/ChangeLog
+++ b/app-admin/gamin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/gamin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.67 2007/08/07 15:36:23 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/ChangeLog,v 1.68 2007/08/07 15:55:49 uberlord Exp $
+
+ 07 Aug 2007; Roy Marples <uberlord@gentoo.org> gamin-0.1.9.ebuild:
+ Fix installing on FreeBSD
*gamin-0.1.9 (07 Aug 2007)
diff --git a/app-admin/gamin/gamin-0.1.9.ebuild b/app-admin/gamin/gamin-0.1.9.ebuild
index b66e4a7931f6..cf91c55f80b6 100644
--- a/app-admin/gamin/gamin-0.1.9.ebuild
+++ b/app-admin/gamin/gamin-0.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild,v 1.1 2007/08/07 15:36:23 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild,v 1.2 2007/08/07 15:55:49 uberlord Exp $
inherit autotools eutils libtool
@@ -26,6 +26,10 @@ src_unpack() {
cd ${S}
epatch "${FILESDIR}/${P}-user-cflags.patch"
+ # FreeBSD requires a newer install-sh - luckily either
+ # elibtoolize or eautoreconf will give us a new one
+ rm -f install-sh
+
# autoconf is required as the user-cflags patch modifies configure.in
# however, elibtoolize is also required, so when the above patch is
# removed, replace the following call with a call to elibtoolize