[arch-commits] Commit in med/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri May 20 18:39:04 UTC 2022
Date: Friday, May 20, 2022 @ 18:39:04
Author: arojas
Revision: 1209450
Credit patch
Modified:
med/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-20 18:29:38 UTC (rev 1209449)
+++ PKGBUILD 2022-05-20 18:39:04 UTC (rev 1209450)
@@ -19,7 +19,7 @@
prepare() {
cd $pkgname-$pkgver
- patch -p1 -i ../hdf5-1.12.patch
+ patch -p1 -i ../hdf5-1.12.patch # Fix build with hdf5 1.12 (Fedora)
sed -i 's/if H5_VERS_MINOR > 10/if 0/g' src/ci/MEDfileCompatibility.c
}
More information about the arch-commits
mailing list