From 2d0464fde79f33e6d35e9f9c3ae38d14aba4b431 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 13 May 2012 04:40:21 +0000 Subject: [PATCH] fix freebsd build --- Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index b56f09a06..acf30f2db 100755 --- a/Jamfile +++ b/Jamfile @@ -400,7 +400,7 @@ lib netkit : : net /boot/system/lib shared ; lib gcc : : gcc static ; # when using iconv -lib libiconv : : iconv shared ; +lib libiconv : : iconv shared /usr/local/lib ; local boost-library-search-path = /opt/local/lib @@ -536,6 +536,9 @@ local usage-requirements = ./include ./include/libtorrent /usr/sfw/include +# freebsd doesn't seem to include this automatically +# and iconv.h is installed there + /usr/local/include release:NDEBUG debug:TORRENT_DEBUG _FILE_OFFSET_BITS=64