svn commit: r549527 - head/audio/csound

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 20:17:28 UTC 2020


Author: yuri
Date: Mon Sep 21 20:17:27 2020
New Revision: 549527
URL: https://svnweb.freebsd.org/changeset/ports/549527

Log:
  audio/csound: Broken on 11 i386
  
  MFH:		2020Q3

Modified:
  head/audio/csound/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Mon Sep 21 20:04:49 2020	(r549526)
+++ head/audio/csound/Makefile	Mon Sep 21 20:17:27 2020	(r549527)
@@ -159,6 +159,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}|' \
@@ -188,4 +194,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>


More information about the svn-ports-all mailing list