From 964bc1beaa10b63aa8f288bf3c2e9a944a1585a5 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 21 Sep 2020 22:21:21 +0000 Subject: MFH: r549527 audio/csound: Broken on 11 i386 Approved by: ports-secteam (fluffy) --- audio/csound/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 6ff17132b1d2..74f2bdb0ed9d 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -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 + +.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 +.include -- cgit v1.2.3