Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263644
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- usr/portage/dev-perl/DBD-Pg/DBD-Pg-2.11.8.ebuild    2009-01-22 20:01:26.000000000 +0100
0
++ DBD-Pg-2.11.8.ebuild     2009-03-24 19:20:24.000000000 +0100
Lines 15-21 Link Here
15
IUSE=""
15
IUSE=""
16
DEPEND="virtual/perl-Test-Simple
16
DEPEND="virtual/perl-Test-Simple
17
       virtual/perl-version
18
       >=virtual/perl-Test-Harness-2.03
17
       >=virtual/perl-Test-Harness-2.03
19
       >=dev-perl/DBI-1.52
18
       >=dev-perl/DBI-1.52
20
       >=virtual/postgresql-base-7.3"
19
       >=virtual/postgresql-base-7.3"
Lines 27-34 Link Here
27
SRC_TEST="skip"
26
SRC_TEST="skip"
28
src_compile() {
27
src_compile() {
29
       postgres_include="$(readlink -f /usr/include/postgresql)"
28
       postgres_include="$(readlink -f "$EROOT/usr/include/postgresql")"
30
       postgres_lib="${postgres_include//include/lib}"
29
       postgres_lib="${postgres_include/$EROOT/include/lib}"
31
       # Fall-through case is the non-split postgresql
30
       # Fall-through case is the non-split postgresql
32
       # The active cases instead get us the matching libdir for the includedir.
31
       # The active cases instead get us the matching libdir for the includedir.
33
       for i in lib lib64 ; do
32
       for i in lib lib64 ; do

Return to bug 263644