summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-07-06 15:04:03 +0000
committerRoy Marples <uberlord@gentoo.org>2007-07-06 15:04:03 +0000
commit831588e3e8ad8b4b4f2f7b73d762fdbae1881a8d (patch)
treecc037e4d474dcdc575ee4eaeb87f38a5fae88929 /sys-freebsd
parentalpha/ia64/x86 stable (diff)
downloadgentoo-2-831588e3e8ad8b4b4f2f7b73d762fdbae1881a8d.tar.gz
gentoo-2-831588e3e8ad8b4b4f2f7b73d762fdbae1881a8d.tar.bz2
gentoo-2-831588e3e8ad8b4b4f2f7b73d762fdbae1881a8d.zip
Build a dynamic make.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-ubin/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-ubin/ChangeLog b/sys-freebsd/freebsd-ubin/ChangeLog
index 35f24dfc4faa..2260c1778f93 100644
--- a/sys-freebsd/freebsd-ubin/ChangeLog
+++ b/sys-freebsd/freebsd-ubin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-ubin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.44 2007/01/15 21:40:38 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/ChangeLog,v 1.45 2007/07/06 15:04:03 uberlord Exp $
+
+ 06 Jul 2007; Roy Marples <uberlord@gentoo.org> freebsd-ubin-6.2.ebuild:
+ Build a dynamic make.
*freebsd-ubin-6.2 (15 Jan 2007)
diff --git a/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild b/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild
index 6af3b06c38a9..9d2387341026 100644
--- a/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild
+++ b/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.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-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild,v 1.1 2007/01/15 21:40:38 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-ubin/freebsd-ubin-6.2.ebuild,v 1.2 2007/07/06 15:04:03 uberlord Exp $
inherit bsdmk freebsd flag-o-matic pam
@@ -84,6 +84,9 @@ src_unpack() {
mv ${S}/cmp/cmp.1 ${S}/cmp/bsdcmp.1
# Fix whereis(1) manpath search.
sed -i -e 's:"manpath -q":"manpath":' "${S}/whereis/pathnames.h"
+
+ # Build a dynamic make
+ sed -i -e '/^NO_SHARED/ s/^/#/' "${S}"/make/Makefile
}
src_install() {