From 57de85d4476213e10ae60bf5bcbdd3c96e01e14a Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Tue, 22 Oct 2024 18:24:20 -0600 Subject: [PATCH] FLAC: Fixed whitespace. --- introduction/welcome/changelog.xml | 3 +++ shareddeps/audio/flac.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 5c7068742b..35ac8a1cd9 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,9 @@ October 22nd, 2024 + + [Zeckmathederg] - FLAC: Fixed whitespace. + [Zeckmathederg] - libogg: Fixed whitespace. diff --git a/shareddeps/audio/flac.xml b/shareddeps/audio/flac.xml index e655ff59c7..f5465968a0 100644 --- a/shareddeps/audio/flac.xml +++ b/shareddeps/audio/flac.xml @@ -117,8 +117,8 @@ CFLAGS="-L/usr/lib32" CXXFLAGS="-L/usr/lib32" \ ./configure --prefix=/usr \ --libdir=/usr/lib32 \ --host=i686-pc-linux-gnu \ - --disable-thorough-tests - + --disable-thorough-tests && + make