Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 19:33:39 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533471 - head/net-p2p/libtorrent-rasterbar
Message-ID:  <202004301933.03UJXd86031725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Apr 30 19:33:38 2020
New Revision: 533471
URL: https://svnweb.freebsd.org/changeset/ports/533471

Log:
  net-p2p/libtorrent-rasterbar: Update 13-CURRENT workaround
  
  As compilation now works using -CURRENT there's no need to force llvm90 on any version.
  
  PR:		246045
  Submitted by:	daniel.engberg.lists@pyret.net

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Thu Apr 30 19:33:24 2020	(r533470)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Thu Apr 30 19:33:38 2020	(r533471)
@@ -41,7 +41,7 @@ LOGGING_CMAKE_BOOL=	logging
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} != powerpc && ${ARCH} != powerpc64
+.if !${ARCH:Mpowerpc*} && ${OPSYS}_${OSREL:R} == FreeBSD_13 && ${OSVERSION} < 1300093
 # workaroud for the clang-10 compiler failure: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244830
 # on powerpc, llvm 9 crashes with segfault, while 10 works https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243958
 # on powerpc64 elfv1, clang doesn't work at all (no support for elfv1), on elfv2 clang from base works ok



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004301933.03UJXd86031725>