pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xfontsel



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Sun Jul  7 09:08:57 UTC 2024

Modified Files:
        pkgsrc/x11/xfontsel: Makefile

Log Message:
Fix build failure on Linux by disabling unused gettext


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xfontsel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xfontsel/Makefile
diff -u pkgsrc/x11/xfontsel/Makefile:1.13 pkgsrc/x11/xfontsel/Makefile:1.14
--- pkgsrc/x11/xfontsel/Makefile:1.13   Sun Mar  3 23:11:30 2024
+++ pkgsrc/x11/xfontsel/Makefile        Sun Jul  7 09:08:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/03/03 23:11:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/07/07 09:08:57 cheusov Exp $
 
 DISTNAME=              xfontsel-1.1.1
 CATEGORIES=            x11
@@ -12,6 +12,10 @@ COMMENT=             X font selector
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+# Fix build failure by disabling gettext which is not used any way.
+# So, we don't need xgettext(1).
+CONFIGURE_ENV+=                ac_cv_search_gettext=no
+
 MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
 
 .include "../../x11/libXaw/buildlink3.mk"



Home | Main Index | Thread Index | Old Index