summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-10-08 13:32:07 +0000
committerRoy Marples <uberlord@gentoo.org>2007-10-08 13:32:07 +0000
commita6cecf45b5d7e98b435829e8154aee3231811d03 (patch)
tree30e5b639551fb2721774a3ee407260fc66fbc837 /sys-apps
parentSilently fix minor fsck up with gtk being rdep. vs dep. (diff)
downloadgentoo-2-a6cecf45b5d7e98b435829e8154aee3231811d03.tar.gz
gentoo-2-a6cecf45b5d7e98b435829e8154aee3231811d03.tar.bz2
gentoo-2-a6cecf45b5d7e98b435829e8154aee3231811d03.zip
FreeBSD requires install-sh, but usptream don't have it marked exec, #195076
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/texinfo/texinfo-4.11.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/texinfo/texinfo-4.11.ebuild b/sys-apps/texinfo/texinfo-4.11.ebuild
index f2663cb688cb..4c89bdd45a3a 100644
--- a/sys-apps/texinfo/texinfo-4.11.ebuild
+++ b/sys-apps/texinfo/texinfo-4.11.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/sys-apps/texinfo/texinfo-4.11.ebuild,v 1.1 2007/10/08 01:10:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11.ebuild,v 1.2 2007/10/08 13:32:07 uberlord Exp $
inherit flag-o-matic
@@ -23,6 +23,10 @@ src_unpack() {
unpack ${A}
cd "${S}"
sed -i '1i#include <ctype.h>' system.h
+
+ # FreeBSD requires install-sh, but usptream don't have it marked
+ # exec, #195076
+ chmod +x build-aux/install-sh
}
src_compile() {