|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2011 Gentoo Foundation |
1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-8.2-r1.ebuild,v 1.6 2011/08/30 05:24:33 naota Exp $ |
3 |
# $Header$ |
| 4 |
|
4 |
|
| 5 |
EAPI=2 |
5 |
EAPI=2 |
| 6 |
|
6 |
|
|
Lines 51-57
Link Here
|
| 51 |
fi |
51 |
fi |
| 52 |
|
52 |
|
| 53 |
IUSE="atm bluetooth ssl hesiod ipv6 kerberos usb netware |
53 |
IUSE="atm bluetooth ssl hesiod ipv6 kerberos usb netware |
| 54 |
build bootstrap crosscompile_opts_headers-only" |
54 |
build bootstrap crosscompile_opts_headers-only ipsec" |
| 55 |
|
55 |
|
| 56 |
pkg_setup() { |
56 |
pkg_setup() { |
| 57 |
[ -c /dev/zero ] || \ |
57 |
[ -c /dev/zero ] || \ |
|
Lines 111-116
Link Here
|
| 111 |
libcom_err libtelnet |
111 |
libcom_err libtelnet |
| 112 |
libedit libelf" |
112 |
libedit libelf" |
| 113 |
|
113 |
|
|
|
114 |
use ipsec || REMOVE_SUBDIRS="${REMOVE_SUBDIRS} libipsec" |
| 115 |
|
| 114 |
src_prepare() { |
116 |
src_prepare() { |
| 115 |
sed -i.bak -e 's:-o/dev/stdout:-t:' "${S}/libc/net/Makefile.inc" |
117 |
sed -i.bak -e 's:-o/dev/stdout:-t:' "${S}/libc/net/Makefile.inc" |
| 116 |
sed -i.bak -e 's:histedit.h::' "${WORKDIR}/include/Makefile" |
118 |
sed -i.bak -e 's:histedit.h::' "${WORKDIR}/include/Makefile" |