[vlc-devel] [PATCH 3/6] contrib: tiff: Fix existing updating of config.sub/guess
Martin Storsjö
martin at martin.st
Thu Dec 28 21:58:30 CET 2017
tiff-4.0.7 keeps these files in a subdirectory named "config",
so the previous $(UPDATE_AUTOCONFIG) actually had no effect at
all.
This fixes building for non-x86 windows platforms.
---
contrib/src/tiff/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/tiff/rules.mak b/contrib/src/tiff/rules.mak
index 4f5b0fa..9ae1f8f 100644
--- a/contrib/src/tiff/rules.mak
+++ b/contrib/src/tiff/rules.mak
@@ -12,6 +12,7 @@ tiff: tiff-$(TIFF_VERSION).tar.gz .sum-tiff
$(UNPACK)
$(UPDATE_AUTOCONFIG)
$(MOVE)
+ mv tiff/config.sub tiff/config.guess tiff/config
.tiff: tiff
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) \
--
2.7.4
More information about the vlc-devel
mailing list