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