Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58165 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-libs/libpcre/libpcre-4.2-r1.ebuild (-2 / +4 lines)
Lines 2-8 Link Here
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/dev-libs/libpcre/libpcre-4.2-r1.ebuild,v 1.15 2004/07/02 04:48:11 eradicator Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-4.2-r1.ebuild,v 1.15 2004/07/02 04:48:11 eradicator Exp $
4
4
5
inherit libtool flag-o-matic
5
inherit libtool flag-o-matic eutils
6
6
7
IUSE=""
7
IUSE=""
8
8
Lines 13-23 Link Here
13
13
14
SLOT="3"
14
SLOT="3"
15
LICENSE="as-is"
15
LICENSE="as-is"
16
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
16
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips macos"
17
17
18
DEPEND="virtual/libc"
18
DEPEND="virtual/libc"
19
19
20
src_compile() {
20
src_compile() {
21
	epatch ${FILESDIR}/pcre-4.2-link.patch
22
	epatch ${FILESDIR}/pcre-4.2-macos.patch
21
	if [ "${ARCH}" = "amd64" ]
23
	if [ "${ARCH}" = "amd64" ]
22
	then
24
	then
23
		append-flags -fPIC
25
		append-flags -fPIC

Return to bug 58165