diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-13 01:38:26 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-13 01:38:26 +0800 |
commit | 97d405382cd8881441bb664b95a330e6a5ab7522 (patch) | |
tree | bb042772e8f978ca3b7b3e6b6ad1188fb22760e9 /net-p2p | |
parent | 8953dbc027819486cad571a5aeae34593b47ffa3 (diff) | |
download | freebsd-ports-gnome-97d405382cd8881441bb664b95a330e6a5ab7522.tar.gz freebsd-ports-gnome-97d405382cd8881441bb664b95a330e6a5ab7522.tar.zst freebsd-ports-gnome-97d405382cd8881441bb664b95a330e6a5ab7522.zip |
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 9008fe295d88..8f08d2a75e70 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -38,7 +38,7 @@ KQUEUE_CONFIGURE_WITH= kqueue # Disable amd64 atomic ops on i386 when using gcc # undefined reference to __sync_add_and_fetch_8 # undefined reference to __sync_fetch_and_and_8 -.if ${ARCH} == "i386" && ${COMPILER_TYPE} == "gcc" +.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc CONFIGURE_ARGS+=--disable-instrumentation .endif |