mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Backout include path fix described in ports/46718, PR fixed in 1.41.
Submitted by: fjoe
This commit is contained in:
parent
8890bc7343
commit
4fc2eceff4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72583
@ -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 \
|
||||
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
|
||||
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 \
|
||||
CONFIGURE_ENV+= POSTGRES_INCLUDE=${LOCALBASE}/include/pgsql \
|
||||
POSTGRES_LIB=${LOCALBASE}/lib
|
||||
.else
|
||||
.if exists(${LOCALBASE}/pgsql/bin/pg_config)
|
||||
|
Loading…
Reference in New Issue
Block a user