summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild (renamed from xfce-base/libxfce4ui/libxfce4ui-4.19.4.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.19.4.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild
index dbffe7a04a4a..843e101e985e 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.19.4.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.19.4-r1.ebuild
@@ -66,6 +66,12 @@ src_configure() {
use vala && vala_setup
econf "${myconf[@]}"
+
+ # force regen, workaround for:
+ # https://bugs.gentoo.org/924164
+ # https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/113
+ rm libxfce4ui/libxfce4ui.h || die
+ emake -C libxfce4ui libxfce4ui.h
}
src_install() {