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

Collapse All | Expand All

(-)portage/dev-perl/Ace/Ace-1.920.0-r2.ebuild (-1 / +7 lines)
Lines 7-13 Link Here
7
DIST_AUTHOR=LDS
7
DIST_AUTHOR=LDS
8
DIST_VERSION=1.92
8
DIST_VERSION=1.92
9
DIST_EXAMPLES=("examples/*")
9
DIST_EXAMPLES=("examples/*")
10
inherit perl-module
10
inherit perl-module toolchain-funcs
11
11
12
DESCRIPTION="Object-Oriented Access to ACEDB Databases"
12
DESCRIPTION="Object-Oriented Access to ACEDB Databases"
13
13
Lines 23-28 Link Here
23
23
24
src_prepare() {
24
src_prepare() {
25
	sed -i 's/", "1")/", "3")/' "${S}/Makefile.PL" || die "Can't patch config"
25
	sed -i 's/", "1")/", "3")/' "${S}/Makefile.PL" || die "Can't patch config"
26
	cat > "${S}/acelib/wmake/DARWIN_DEF" <<EOF
27
NAME = DARWIN
28
COMPILER = $(tc-getCC) -fwritable-strings -DPOSIX
29
LINKER = $(tc-getLD)
30
31
EOF
26
	perl-module_src_prepare
32
	perl-module_src_prepare
27
}
33
}
28
src_test() {
34
src_test() {

Return to bug 637102