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.5.ebuild (-1 / +2 lines)
Lines 10-16 Link Here
10
10
11
LICENSE="as-is"
11
LICENSE="as-is"
12
SLOT="3"
12
SLOT="3"
13
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~mips"
13
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~mips ~macos"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
Lines 22-27 Link Here
22
	cd ${S}
22
	cd ${S}
23
	epatch ${FILESDIR}/pcre-4.4-uclibc-tuple.patch
23
	epatch ${FILESDIR}/pcre-4.4-uclibc-tuple.patch
24
	epatch ${FILESDIR}/pcre-4.2-link.patch
24
	epatch ${FILESDIR}/pcre-4.2-link.patch
25
	epatch ${FILESDIR}/pcre-4.2-macos.patch
25
	# position-independent code must used for all shared objects.
26
	# position-independent code must used for all shared objects.
26
	append-flags -fPIC
27
	append-flags -fPIC
27
	elibtoolize
28
	elibtoolize

Return to bug 58165