pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xhost
Module Name: pkgsrc
Committed By: cheusov
Date: Tue Jul 2 09:20:11 UTC 2024
Modified Files:
pkgsrc/x11/xhost: Makefile
Log Message:
Fix build failure on Linux
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xhost/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/xhost/Makefile
diff -u pkgsrc/x11/xhost/Makefile:1.16 pkgsrc/x11/xhost/Makefile:1.17
--- pkgsrc/x11/xhost/Makefile:1.16 Tue Dec 13 00:02:33 2022
+++ pkgsrc/x11/xhost/Makefile Tue Jul 2 09:20:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/12/13 00:02:33 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/07/02 09:20:11 cheusov Exp $
DISTNAME= xhost-1.0.9
CATEGORIES= x11
@@ -14,6 +14,10 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+# 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
+
.include "options.mk"
.include "../../x11/libX11/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index