mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
- Remove NOTIFY and NLS options (deprecated and bad style, respectively) - Add optional PAM support - Fix NOPORTDOCS and PORTEXAMPLES - Refactor Makefile and pkg-plist a little bit
20 lines
635 B
Text
20 lines
635 B
Text
--- configure.orig Sat Nov 20 21:39:50 2004
|
|
+++ configure Wed Jul 27 23:13:31 2005
|
|
@@ -22804,7 +22804,7 @@
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
- for path in /usr/local/lib/mysql /usr/lib/mysql
|
|
+ for path in ${PREFIX}/lib/mysql /usr/local/lib/mysql /usr/lib/mysql
|
|
do
|
|
LIBS="$save_LIBS -lm -L$path -lmysqlclient"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
@@ -22925,7 +22925,7 @@
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
- for path in /usr/local/pgsql/lib /usr/pgsql/lib
|
|
+ for path in ${PREFIX}/lib /usr/local/lib /usr/lib
|
|
do
|
|
LIBS="$save_LIBS -L$path -lpq"
|
|
cat >conftest.$ac_ext <<_ACEOF
|