summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-02-21 19:33:29 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-02-21 19:36:36 +0300
commit3be10d9efadf209bd58dc917671b4584c49824a6 (patch)
tree78c1a74b16d3335671c85a3a66daff32d1b7de85 /sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
parentsci-chemistry/gromacs: Fix musl build (missing int64_t) for 2022 (diff)
downloadgentoo-3be10d9efadf209bd58dc917671b4584c49824a6.tar.gz
gentoo-3be10d9efadf209bd58dc917671b4584c49824a6.tar.bz2
gentoo-3be10d9efadf209bd58dc917671b4584c49824a6.zip
sci-chemistry/gromacs: Fix build for musl
Closes: https://bugs.gentoo.org/828673 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild b/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
index 304523f0caed..9ebdeb01146c 100644
--- a/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2021.3-r1.ebuild
@@ -83,6 +83,8 @@ DOCS=( AUTHORS README )
RESTRICT="!test? ( test )"
+PATCHES=( "${FILESDIR}/${PN}-2021-musl-stdint.patch" )
+
if [[ ${PV} != *9999 ]]; then
S="${WORKDIR}/${PN}-${PV/_/-}"
fi