ports/net/gnu-radius/files/patch-configure
Pietro Cerutti a692101e8d - Update to 1.6
- 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
2008-12-08 15:48:47 +00:00

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