From 6cbe33c2aac8f10c42ae3468d7558d8ba37cf1e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 13 Jan 2021 13:08:01 +0100 Subject: [PATCH] Fixed copy-leftover Gbp-Dch: ignore --- debian/patches/debian_link_systemlibs.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/patches/debian_link_systemlibs.patch b/debian/patches/debian_link_systemlibs.patch index 21c40fc6..604acaaa 100644 --- a/debian/patches/debian_link_systemlibs.patch +++ b/debian/patches/debian_link_systemlibs.patch @@ -27,7 +27,7 @@ Last-Update: 2019-08-21 for (auto& lib : libraries) --- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp +++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp -@@ -520,6 +520,40 @@ +@@ -520,6 +520,39 @@ if (isCurlEnabled (project) && ! isLoadCurlSymbolsLazilyEnabled (project)) packages.add ("libcurl"); @@ -48,7 +48,6 @@ Last-Update: 2019-08-21 + { + packages.add ("flac"); + } -++ + if(project.isConfigFlagEnabled ("JUCE_USE_OGGVORBIS", true)) + { + packages.add ("vorbis"); -- 2.30.2