mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
e03b1934d0
- configure script have been improved - some strings changed. Bump PORTREVISION. PR: 58065 Submitted by: maintainer
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
--- configure.orig Wed Oct 15 12:21:51 2003
|
|
+++ configure Wed Oct 15 12:23:53 2003
|
|
@@ -1679,23 +1679,25 @@
|
|
|
|
mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
|
|
/usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \
|
|
- /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME"
|
|
+ /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\
|
|
+ $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql "
|
|
|
|
mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \
|
|
/usr/local/include /usr/freeware/include/mysql \
|
|
/usr/freeware/include $HOME/include $HOME/mysql/include \
|
|
- $HOME"
|
|
+ $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql"
|
|
|
|
pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
|
|
/usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \
|
|
/usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \
|
|
/usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \
|
|
- $HOME/postgresql/lib $HOME"
|
|
+ $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib"
|
|
|
|
pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \
|
|
/usr/local/include /usr/freeware/include/pgsql \
|
|
/usr/freeware/include $HOME/include $HOME/pgsql/include \
|
|
- /usr/local/pgsql/include /usr/include/postgresql $HOME"
|
|
+ /usr/local/pgsql/include /usr/include/postgresql $HOME\
|
|
+ $LOCALBASE/include/pgsql $PREFIX/include/pgsql"
|
|
|
|
|
|
# Check whether --with-mysql or --without-mysql was given.
|