summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-11-07 07:24:36 -0500
committerCarlos Aznarán2024-11-07 07:24:36 -0500
commitea19ea642d69e54f250c64c124d91c859e1d2d5d (patch)
treedaea187acbe6e5f0a82b054b1023ac8e56fb1594 /PKGBUILD
parent3bcc32185e3232baa3725b98374be8c1ba9237fa (diff)
downloadaur-ea19ea642d69e54f250c64c124d91c859e1d2d5d.tar.gz
Fix compilation error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdc30aa8fa34..a6d064a1ea8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ prepare() {
sed -i '57 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/EclipseState/EclipseState.cpp
sed -i '24 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/EclipseState/Grid/FaceDir.cpp
sed -i '37 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/Schedule/Action/ASTNode.cpp
+ sed -i '50 a #include <fmt/ranges.h>' ${pkgbase}-release-${pkgver}-final/opm/input/eclipse/Schedule/Well/WellKeywordHandlers.cpp
}
build() {