diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-23 22:05:04 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-23 22:05:04 -0400 |
commit | 68383a726272d16177eceed34a1d8797809502e2 (patch) | |
tree | c286e5e60d2faef817456b3c17a3c89d2d85d5b1 /app-text/enchant | |
parent | app-text/enchant: Version bump to 2.4.0 (diff) | |
download | gentoo-68383a726272d16177eceed34a1d8797809502e2.tar.gz gentoo-68383a726272d16177eceed34a1d8797809502e2.tar.bz2 gentoo-68383a726272d16177eceed34a1d8797809502e2.zip |
app-text/enchant: Ignore implicit declaration of alignof
Closes: https://bugs.gentoo.org/898758
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/enchant')
-rw-r--r-- | app-text/enchant/enchant-2.3.4-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/enchant/enchant-2.4.0.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app-text/enchant/enchant-2.3.4-r1.ebuild b/app-text/enchant/enchant-2.3.4-r1.ebuild index 8856a594b2a2..995fee40fd36 100644 --- a/app-text/enchant/enchant-2.3.4-r1.ebuild +++ b/app-text/enchant/enchant-2.3.4-r1.ebuild @@ -33,6 +33,10 @@ BDEPEND=" virtual/pkgconfig " +QA_CONFIG_IMPL_DECL_SKIP=( + alignof +) + src_configure() { local myconf=( --disable-static diff --git a/app-text/enchant/enchant-2.4.0.ebuild b/app-text/enchant/enchant-2.4.0.ebuild index a173d8fac09b..2e7316783b2a 100644 --- a/app-text/enchant/enchant-2.4.0.ebuild +++ b/app-text/enchant/enchant-2.4.0.ebuild @@ -33,6 +33,10 @@ BDEPEND=" virtual/pkgconfig " +QA_CONFIG_IMPL_DECL_SKIP=( + alignof +) + src_configure() { local myconf=( --disable-static |