From e7b256d44dfff4a01859ffae6c2f3bd0324b7ec9 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Wed, 13 Jul 2022 02:16:38 -0700 Subject: [PATCH] Tweak net-p2p/libtorrent version 0.13.8 --- net-p2p/libtorrent/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 2195cb0128f..8fc1ca09518 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -29,11 +29,11 @@ KQUEUE_CONFIGURE_WITH= kqueue .include -# Disable instrumentation, which requires 64-bit atomic ops, on i386 (when -# using gcc) and powerpc to avoid linking errors: +# Disable instrumentation, which requires 64-bit atomic ops, on i386 when using +# gcc to avoid linking errors: # /usr/local/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' # /usr/local/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8' -.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc || ${ARCH} == powerpc +.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-instrumentation .endif -- 2.41.0