Update the location of the PostgreSQL include files.
PR: ports/46718 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
15a4150a52
commit
f99181145b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72545
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user