diff options
author | adam <adam> | 2005-07-22 22:24:39 +0000 |
---|---|---|
committer | adam <adam> | 2005-07-22 22:24:39 +0000 |
commit | 19234da3d90dfa7ff1c578e4e32c7477ec241682 (patch) | |
tree | 32858c766a69ba1cc28f2ed271b5ed24dfe06adf /net/libtorrent/patches | |
parent | 032d1113f0dc6ff7d280edc31ac85f5913f48156 (diff) | |
download | pkgsrc-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-aa | 13 |
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 |