From e5f45e3610728a12e306e8ec69d73ad3104f2cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Thu, 4 Feb 2021 09:55:54 +0100 Subject: [PATCH] libraw: add upstream patch link --- mingw-w64-libraw/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-libraw/PKGBUILD b/mingw-w64-libraw/PKGBUILD index 9a474b846d..cd66773592 100644 --- a/mingw-w64-libraw/PKGBUILD +++ b/mingw-w64-libraw/PKGBUILD @@ -31,6 +31,7 @@ sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6' prepare() { cd "${srcdir}"/${_realname}-${pkgver} patch -p1 -i "${srcdir}/LibRaw_obsolete-macros.patch" + # From https://github.com/LibRaw/LibRaw/commit/4c954948ba2de262b9cb23a1843fb8651aa3dcc1 patch -p1 -i "${srcdir}/LibRaw_force-openmp.patch" autoreconf -ifv @@ -54,5 +55,5 @@ package() { make install DESTDIR="${pkgdir}" - install -Dm644 ${srcdir}/${_realname}-${pkgver}/LICENSE.LGPL ${pkgdir}${MINGW_PREFIX}/share/licenses/libraw/LICENSE + install -Dm644 "${srcdir}"/${_realname}-${pkgver}/LICENSE.LGPL "${pkgdir}"${MINGW_PREFIX}/share/licenses/libraw/LICENSE }