summaryrefslogtreecommitdiff
path: root/net/libtorrent/patches
diff options
context:
space:
mode:
authoradam <adam>2005-07-22 22:24:39 +0000
committeradam <adam>2005-07-22 22:24:39 +0000
commit19234da3d90dfa7ff1c578e4e32c7477ec241682 (patch)
tree32858c766a69ba1cc28f2ed271b5ed24dfe06adf /net/libtorrent/patches
parent032d1113f0dc6ff7d280edc31ac85f5913f48156 (diff)
downloadpkgsrc-19234da3d90dfa7ff1c578e4e32c7477ec241682.tar.gz
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries suffer from. Licensed under the GPL.
Diffstat (limited to 'net/libtorrent/patches')
-rw-r--r--net/libtorrent/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/libtorrent/patches/patch-aa b/net/libtorrent/patches/patch-aa
new file mode 100644
index 00000000000..434ac0ad0af
--- /dev/null
+++ b/net/libtorrent/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/07/22 22:24:39 adam Exp $
+
+--- configure.orig 2005-07-22 20:40:20.000000000 +0000
++++ configure
+@@ -8053,7 +8053,7 @@ esac
+ echo "$as_me:$LINENO: checking for user-defined CXXFLAGS" >&5
+ echo $ECHO_N "checking for user-defined CXXFLAGS... $ECHO_C" >&6
+
+- if test $CXXFLAGS; then
++ if test "$CXXFLAGS"; then
+ echo "$as_me:$LINENO: result: user-defined \"$CXXFLAGS\"" >&5
+ echo "${ECHO_T}user-defined \"$CXXFLAGS\"" >&6
+ else