Skip to content

Commit 3c890e7

Browse files
committed
vips: Fetch HBR patch using raw GitHub URL, avoids redirect
1 parent f26dafc commit 3c890e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/posix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ cd ${DEPS}/vips
367367
# Use version number in SONAME
368368
$CURL https://gist.githubusercontent.com/lovell/313a6901e9db1bf285f2a1f1180499e4/raw/3988223c7dfa4d22745d9392034b0117abef1446/libvips-cpp-soversion.patch | patch -p1
369369
# Disable HBR support in heifsave
370-
$CURL https://github.com/libvips/build-win64-mxe/raw/v${VERSION_VIPS}/build/patches/vips-8-heifsave-disable-hbr-support.patch | patch -p1
370+
$CURL https://raw.githubusercontent.com/libvips/build-win64-mxe/v${VERSION_VIPS}/build/patches/vips-8-heifsave-disable-hbr-support.patch | patch -p1
371371
# Link libvips.so statically into libvips-cpp.so
372372
sed -i'.bak' "s/library('vips'/static_&/" libvips/meson.build
373373
sed -i'.bak' "/version: library_version/{N;d;}" libvips/meson.build

0 commit comments

Comments
 (0)