summaryrefslogtreecommitdiff
path: root/net-p2p/rblibtorrent-devel/files/patch-configure
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-03-24 20:44:18 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-03-24 20:44:18 +0000
commitebe89309c3f9e2a4fe97a5d71d5eaa75635f5f51 (patch)
tree6b3986fb53c9c712aad6ae543e768c3b9532d2f7 /net-p2p/rblibtorrent-devel/files/patch-configure
parent- Fix DMAKEROOT path [1] (diff)
Add rblibtorrent 0.9.1, a C++ library implementing a BitTorrent client.
PR: ports/94014 Submitted by: Johan Ström <johan@stromnet.org>
Notes
Notes: svn path=/head/; revision=158083
Diffstat (limited to 'net-p2p/rblibtorrent-devel/files/patch-configure')
-rw-r--r--net-p2p/rblibtorrent-devel/files/patch-configure32
1 files changed, 32 insertions, 0 deletions
diff --git a/net-p2p/rblibtorrent-devel/files/patch-configure b/net-p2p/rblibtorrent-devel/files/patch-configure
new file mode 100644
index 000000000000..a8e38063d8fc
--- /dev/null
+++ b/net-p2p/rblibtorrent-devel/files/patch-configure
@@ -0,0 +1,32 @@
+--- configure.orig Sun Feb 5 22:01:29 2006
++++ configure Sun Feb 5 22:03:10 2006
+@@ -20398,7 +20398,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_DATE_TIME_LIB=$ax_lib break
++ BOOST_DATE_TIME_LIB=$ax_lib
++ break
+ fi
+
+ done
+@@ -20558,7 +20559,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_FILESYSTEM_LIB=$ax_lib break
++ BOOST_FILESYSTEM_LIB=$ax_lib
++ break
+ fi
+
+ done
+@@ -20719,7 +20721,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_THREAD_LIB=$ax_lib break
++ BOOST_THREAD_LIB=$ax_lib
++ break
+ fi
+
+ done