Update the location of the PostgreSQL include files.

PR:		ports/46718
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Sean Chittenden 2003-01-05 00:24:29 +00:00
parent 15a4150a52
commit f99181145b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72545
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ MAN3= DBD::Pg.3 DBD::dbd-pg.3
.include <bsd.port.mk>
.if defined(WITH_OLD_LAYOUT)
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include \
POSTGRES_LIB=${LOCALBASE}/lib
.else
.if exists(${LOCALBASE}/pgsql/bin/pg_config)

View file

@ -27,7 +27,7 @@ MAN3= DBD::Pg.3 DBD::dbd-pg.3
.include <bsd.port.mk>
.if defined(WITH_OLD_LAYOUT)
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include \
POSTGRES_LIB=${LOCALBASE}/lib
.else
.if exists(${LOCALBASE}/pgsql/bin/pg_config)