aboutsummaryrefslogtreecommitdiff
path: root/.builds/fedora.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/fedora.yml')
-rw-r--r--.builds/fedora.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
index e641dde..0d07d5e 100644
--- a/.builds/fedora.yml
+++ b/.builds/fedora.yml
@@ -23,6 +23,8 @@ tasks:
- configure: |
cd imv
sed -i -e 's/BACKEND_\(.*\)=no/BACKEND_\1=yes/' config.mk
+ # libnsgif isn't packaged by fedora
+ sed -i -e 's/BACKEND_LIBNSGIF=yes/BACKEND_LIBNSGIF=no/' config.mk
cat config.mk
- gcc: |
cd imv