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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- /software/team87/gentoo/usr/portage/dev-db/postgresql-base/postgresql-base-8.4.6.ebuild       2011-01-27 19:31:46.000000000 +0000
0
++ postgresql-base-8.4.6.ebuild        2011-03-22 10:47:21.527576000 +0000
Lines 75-81 Link Here
75
src_configure() {
75
src_configure() {
76
       [[ ${CHOST} != *-linux-gnu ]] && append-libs -lintl
76
       [[ ${CHOST} != *-linux-gnu ]] && append-libs -lintl
77
       export LDFLAGS_SL="${LDFLAGS}"
77
       export LDFLAGS_SL="${LDFLAGS}"
78
       econf --prefix=/usr/$(get_libdir)/postgresql-${SLOT} \
78
       econf --prefix="${EPREFIX}"/usr/$(get_libdir)/postgresql-${SLOT} \
79
               --datadir="${EPREFIX}"/usr/share/postgresql-${SLOT} \
79
               --datadir="${EPREFIX}"/usr/share/postgresql-${SLOT} \
80
               --docdir="${EPREFIX}"/usr/share/doc/postgresql-${SLOT} \
80
               --docdir="${EPREFIX}"/usr/share/doc/postgresql-${SLOT} \
81
               --sysconfdir="${EPREFIX}"/etc/postgresql-${SLOT} \
81
               --sysconfdir="${EPREFIX}"/etc/postgresql-${SLOT} \
Lines 131-137 Link Here
131
postgres_symlinks=(
131
postgres_symlinks=(
132
       ${IDIR} "${EPREFIX}/usr/include/postgresql"
132
       ${IDIR} "${EPREFIX}/usr/include/postgresql"
133
       ${IDIR}/libpq-fe.h "${EPREFIX}/usr/include/libpq-fe.h"
133
       ${IDIR}/libpq-fe.h "${EPREFIX}/usr/include/libpq-fe.h"
134
       ${IDIR}/pg_config_manual.h /usr/include/pg_config_manual.h
134
       ${IDIR}/pg_config_manual.h "${EPREFIX}/usr/include/pg_config_manual.h"
135
       ${IDIR}/libpq "${EPREFIX}/usr/include/libpq"
135
       ${IDIR}/libpq "${EPREFIX}/usr/include/libpq"
136
       ${IDIR}/postgres_ext.h "${EPREFIX}/usr/include/postgres_ext.h"
136
       ${IDIR}/postgres_ext.h "${EPREFIX}/usr/include/postgres_ext.h"
137
)
137
)

Return to bug 359757