Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 22:21:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r549533 - branches/2020Q3/audio/csound
Message-ID:  <202009212221.08LMLLjp056060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 21 22:21:21 2020
New Revision: 549533
URL: https://svnweb.freebsd.org/changeset/ports/549533

Log:
  MFH: r549527
  
  audio/csound: Broken on 11 i386
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/audio/csound/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/csound/Makefile
==============================================================================
--- branches/2020Q3/audio/csound/Makefile	Mon Sep 21 22:21:15 2020	(r549532)
+++ branches/2020Q3/audio/csound/Makefile	Mon Sep 21 22:21:21 2020	(r549533)
@@ -156,6 +156,12 @@ WIIMOTE_DESC=		Build the Wiimote opcodes
 WIIMOTE_CMAKE_BOOL=	BUILD_WIIMOTE_OPCODES
 WIIMOTE_BROKEN=		Need to port wiiuse: https://github.com/rpavlik/wiiuse
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+BROKEN_FreeBSD_11=	libcsound64.so.6.0: undefined reference to `__atomic_store_8' / undefined reference to `__atomic_load_8'
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|/usr/local|${LOCALBASE}|' \
@@ -185,4 +191,4 @@ post-install:
 post-install-FLTK-on:
 	@${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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