svn commit: r444081 - head/audio/audacity

Mark Linimon linimon at FreeBSD.org
Wed Jun 21 22:05:51 UTC 2017


Author: linimon
Date: Wed Jun 21 22:05:50 2017
New Revision: 444081
URL: https://svnweb.freebsd.org/changeset/ports/444081

Log:
  Mark as broken on aarch64.  ISTM that the options code ought to be handling
  this correctly, but it is not.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Wed Jun 21 21:46:10 2017	(r444080)
+++ head/audio/audacity/Makefile	Wed Jun 21 22:05:50 2017	(r444081)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	autogen:devel/autogen \
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libsndfile.so:audio/libsndfile
 
-BROKEN_powerpc64=	Does not build
+BROKEN_aarch64=		fails to configure: checking whether C++ compiler accepts -msse... no
+BROKEN_powerpc64=	fails to build
 
 GNU_CONFIGURE=	yes
 USES=		autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix


More information about the svn-ports-head mailing list