diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-26 03:09:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-26 03:09:24 +0000 |
commit | 865bb93209a5f2ad30fcead1a49dc03922d7e551 (patch) | |
tree | 00abe0daf4f343c6ded7c23942786c210c59330b /net/gnu-radius/files/patch-configure | |
parent | Sync with master port. (diff) |
Fix plist and unmark BROKEN.
PR: 82651
Submitted by: Vsevolod Stakhov (maintainer)
Notes
Notes:
svn path=/head/; revision=138031
Diffstat (limited to 'net/gnu-radius/files/patch-configure')
-rw-r--r-- | net/gnu-radius/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/gnu-radius/files/patch-configure b/net/gnu-radius/files/patch-configure new file mode 100644 index 000000000000..12894ea48a62 --- /dev/null +++ b/net/gnu-radius/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Sun Jun 26 00:02:58 2005 ++++ configure Sun Jun 26 00:20:51 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 |