Skip to content

Commit f960d3c

Browse files
committed
libXres: fix pkg-config file
Remove autoconf leftovers. Bump PKGREVISION.
1 parent 76834cb commit f960d3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

x11/libXres/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# $NetBSD: Makefile,v 1.21 2025/09/21 15:32:22 wiz Exp $
1+
# $NetBSD: Makefile,v 1.22 2026/02/08 06:57:01 wiz Exp $
22

33
DISTNAME= libXres-1.2.3
4+
PKGREVISION= 1
45
CATEGORIES= x11
56
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
67
EXTRACT_SUFX= .tar.xz
@@ -11,14 +12,13 @@ COMMENT= X Resource Information Extension Library
1112

1213
USE_TOOLS+= pkg-config
1314

14-
PKGCONFIG_OVERRIDE+= xres.pc.in
15+
PKGCONFIG_OVERRIDE+= output/meson-private/xres.pc
1516

16-
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
17+
PKGCONFIG_OVERRIDE_STAGE= post-configure
1718

1819
X11_LIB_NAME?= libXres
1920
.include "../../devel/meson/build.mk"
2021
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
21-
.include "../../meta-pkgs/modular-xorg/hacks.mk"
2222
.include "../../x11/libX11/buildlink3.mk"
2323
.include "../../x11/libXext/buildlink3.mk"
2424
.include "../../x11/xorgproto/buildlink3.mk"

0 commit comments

Comments
 (0)