diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-04-15 16:30:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-04-15 16:30:29 +0000 |
commit | 71feae6320b8299bedbad091bf0e131fadbcb6c7 (patch) | |
tree | e8ba44a871bbebdacc180120c59d4cdd25be7a56 /net-p2p/rblibtorrent-devel | |
parent | 67394da2b69be2b9889ea66e8d0aa7019b24258a (diff) |
Fix configure patch to detect other boost libraries, so client_test is
compiled
PR: 95604
Submitted by: Johan Strom <johan@stromnet.org>
cvs: ----------------------------------------------------------------------
Notes
Notes:
svn path=/head/; revision=159619
Diffstat (limited to 'net-p2p/rblibtorrent-devel')
-rw-r--r-- | net-p2p/rblibtorrent-devel/files/patch-configure | 20 | ||||
-rw-r--r-- | net-p2p/rblibtorrent-devel/pkg-plist | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-p2p/rblibtorrent-devel/files/patch-configure b/net-p2p/rblibtorrent-devel/files/patch-configure index a8e38063d8fc..ab3c784a2d73 100644 --- a/net-p2p/rblibtorrent-devel/files/patch-configure +++ b/net-p2p/rblibtorrent-devel/files/patch-configure @@ -30,3 +30,23 @@ fi done +@@ -20880,7 +20880,8 @@ + echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 + echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 + if test `eval echo '${'$as_ac_Lib'}'` = yes; then +- BOOST_REGEX_LIB=$ax_lib break ++ BOOST_REGEX_LIB=$ax_lib ++ break + fi + + done +@@ -21037,7 +21038,8 @@ + echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 + echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 + if test `eval echo '${'$as_ac_Lib'}'` = yes; then +- BOOST_PROGRAM_OPTIONS_LIB=$ax_lib break ++ BOOST_PROGRAM_OPTIONS_LIB=$ax_lib ++ break + fi + + done diff --git a/net-p2p/rblibtorrent-devel/pkg-plist b/net-p2p/rblibtorrent-devel/pkg-plist index c9240c5438e8..91282392941e 100644 --- a/net-p2p/rblibtorrent-devel/pkg-plist +++ b/net-p2p/rblibtorrent-devel/pkg-plist @@ -43,6 +43,7 @@ lib/libtorrent.so lib/libtorrent.la lib/libtorrent.a libdata/pkgconfig/libtorrent.pc +bin/client_test bin/dump_torrent bin/make_torrent bin/simple_client |