From 6aac1d9032eda6ddf646b368f03182d58d94c82b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 25 Jun 2020 00:01:26 -0400 Subject: [PATCH] Don't build libFLAC++ We don't need it and it's causing problems for macOS build. --- pkgdef/flac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgdef/flac.sh b/pkgdef/flac.sh index 211bbb0..9098b8f 100644 --- a/pkgdef/flac.sh +++ b/pkgdef/flac.sh @@ -7,4 +7,4 @@ variant stable fetch_download $CHOCPKG_MIRRORS/flac-1.3.1.tar.gz \ variant latest fetch_git https://github.com/xiph/flac.git master # Compile problems :( -build_autotools --disable-asm-optimizations +build_autotools --disable-asm-optimizations --disable-cpplibs