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 (+9 lines)
Lines 8-13 Link Here
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
11
inherit toolchain-funcs
11
12
12
DESCRIPTION="Object-Oriented Access to ACEDB Databases"
13
DESCRIPTION="Object-Oriented Access to ACEDB Databases"
13
14
Lines 23-28 Link Here
23
24
24
src_prepare() {
25
src_prepare() {
25
	sed -i 's/", "1")/", "3")/' "${S}/Makefile.PL" || die "Can't patch config"
26
	sed -i 's/", "1")/", "3")/' "${S}/Makefile.PL" || die "Can't patch config"
27
	cat > "${S}/acelib/wmake/DARWIN_DEF" <<EOF
28
NAME = DARWIN
29
COMPILER = $(tc-getCC) -fwritable-strings -DACEDB4 -DPOSIX
30
LINKER = $(tc-getLD)
31
32
LIBS = -lm
33
34
EOF
26
	perl-module_src_prepare
35
	perl-module_src_prepare
27
}
36
}
28
src_test() {
37
src_test() {

Return to bug 637102