diff options
author | arved <arved@FreeBSD.org> | 2006-04-16 00:30:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-04-16 00:30:29 +0800 |
commit | b071c2abf4c56625b9ebb61a8a09e030be569784 (patch) | |
tree | 8fcb1ad27ad1bb373a5095801ad3bd16d5d870aa /net-p2p/libtorrent-rasterbar-14 | |
parent | 54ac08195a14fd431c7d10ce9d02e567b117f12e (diff) | |
download | freebsd-ports-gnome-b071c2abf4c56625b9ebb61a8a09e030be569784.tar.gz freebsd-ports-gnome-b071c2abf4c56625b9ebb61a8a09e030be569784.tar.zst freebsd-ports-gnome-b071c2abf4c56625b9ebb61a8a09e030be569784.zip |
Fix configure patch to detect other boost libraries, so client_test is
compiled
PR: 95604
Submitted by: Johan Strom <johan@stromnet.org>
cvs: ----------------------------------------------------------------------
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/files/patch-configure | 20 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/pkg-plist | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-configure b/net-p2p/libtorrent-rasterbar-14/files/patch-configure index a8e38063d8fc..ab3c784a2d73 100644 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-configure +++ b/net-p2p/libtorrent-rasterbar-14/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/libtorrent-rasterbar-14/pkg-plist b/net-p2p/libtorrent-rasterbar-14/pkg-plist index c9240c5438e8..91282392941e 100644 --- a/net-p2p/libtorrent-rasterbar-14/pkg-plist +++ b/net-p2p/libtorrent-rasterbar-14/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 |