diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-03-25 14:55:39 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2014-03-25 14:55:39 +0000 |
commit | 0e27ad08e54911d03f1e072f186a805af6610c0e (patch) | |
tree | 13302d3af913280bbd3ef2681b4da09a14d982b7 /security/cyrus-sasl2 | |
parent | e08a508dcb0e0ede042606a44d994bf61119f3c9 (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/files/patch-configure | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/files/patch-configure b/security/cyrus-sasl2/files/patch-configure index 396cda9d9f35..581fa4917f3e 100644 --- a/security/cyrus-sasl2/files/patch-configure +++ b/security/cyrus-sasl2/files/patch-configure @@ -1,7 +1,7 @@ Index: configure diff -u configure.orig configure --- configure.orig 2012-11-07 04:21:37.000000000 +0900 -+++ configure 2013-01-06 17:10:15.920678021 +0900 ++++ configure 2014-03-25 18:24:59.021374856 +0900 @@ -2365,6 +2365,7 @@ fi { $as_echo "$as_me:$LINENO: result: yes" >&5 @@ -70,3 +70,27 @@ diff -u configure.orig configure cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF +@@ -14591,9 +14597,9 @@ + $as_echo "$as_me: WARNING: SQLite Library not found" >&2;}; true;; + *) + if test -d ${with_sqlite}/lib; then +- LIB_SQLITE="-L${with_sqlite}/lib -R${with_sqlite}/lib" ++ LIB_SQLITE="-L${with_sqlite}/lib $andrew_cv_runpath_switch${with_sqlite}/lib" + else +- LIB_SQLITE="-L${with_sqlite} -R${with_sqlite}" ++ LIB_SQLITE="-L${with_sqlite} $andrew_cv_runpath_switch${with_sqlite}" + fi + + LIB_SQLITE_DIR=$LIB_SQLITE +@@ -14721,9 +14727,9 @@ + $as_echo "$as_me: WARNING: SQLite3 Library not found" >&2;}; true;; + *) + if test -d ${with_sqlite3}/lib; then +- LIB_SQLITE3="-L${with_sqlite3}/lib -R${with_sqlite3}/lib" ++ LIB_SQLITE3="-L${with_sqlite3}/lib $andrew_cv_runpath_switch${with_sqlite3}/lib" + else +- LIB_SQLITE3="-L${with_sqlite3} -R${with_sqlite3}" ++ LIB_SQLITE3="-L${with_sqlite3} $andrew_cv_runpath_switch${with_sqlite3}" + fi + + LIB_SQLITE3_DIR=$LIB_SQLITE3 |