mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix PostgreSQL includes detection.
PR: ports/65859 Submitted by: Frank McConnell
This commit is contained in:
parent
f3147bb437
commit
2c45508dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108607
@ -46,3 +46,11 @@
|
||||
fi
|
||||
|
||||
echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6
|
||||
@@ -9671,7 +9670,6 @@
|
||||
PGSQL_INCDIR=$withval/include
|
||||
test -d $withval/include/pgsql && PGSQL_INCDIR=$withval/include/pgsql
|
||||
test -d $withval/pgsql/include && PGSQL_INCDIR=$withval/pgsql/include
|
||||
- test -d $withval/include/postgresql && PGSQL_INCDIR=$withval/include/postgresql
|
||||
PGSQL_LIBDIR=$withval/lib
|
||||
test -d $withval/lib/pgsql && PGSQL_LIBDIR=$withval/lib/pgsql
|
||||
test -d $withval/pgsql/lib && PGSQL_LIBDIR=$withval/pgsql/lib
|
||||
|
Loading…
Reference in New Issue
Block a user