Skip to content

Commit de76274

Browse files
committed
xfce4-desktop: fix builds on NetBSD 9.x
There's a parsing bug triggered in older GCC versions, e.g., 7.5. (Probably the same one that led to the tests in libxfce4windowing being disabled from builds, too.) Since GCC 10 already gets pulled into the dependency chain anyway (from shared-mime-info, of all things), go with it.
1 parent 33a1a2b commit de76274

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

x11/xfce4-desktop/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.118 2026/01/27 08:41:07 wiz Exp $
1+
# $NetBSD: Makefile,v 1.119 2026/03/09 21:14:44 gutteridge Exp $
22

33
.include "../../meta-pkgs/xfce4/Makefile.common"
44

@@ -13,6 +13,8 @@ HOMEPAGE= https://docs.xfce.org/xfce/xfdesktop/start
1313
COMMENT= Xfce desktop background manager
1414

1515
USE_LANGUAGES= c99
16+
# Work around parsing bug triggered in older GCC versions, e.g., 7.5.
17+
GCC_REQD+= 10
1618
USE_TOOLS+= gdbus-codegen
1719

1820
BUILD_DEFS+= PKG_SYSCONFBASE

0 commit comments

Comments
 (0)