Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xhost enable gettext support



details:   https://anonhg.NetBSD.org/src/rev/30195d08b46e
branches:  trunk
changeset: 372961:30195d08b46e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 08 11:20:28 2023 +0000

description:
enable gettext support

diffstat:

 external/mit/xorg/bin/xhost/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9565a3430154 -r 30195d08b46e external/mit/xorg/bin/xhost/Makefile
--- a/external/mit/xorg/bin/xhost/Makefile      Sun Jan 08 09:56:11 2023 +0000
+++ b/external/mit/xorg/bin/xhost/Makefile      Sun Jan 08 11:20:28 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2019/03/03 09:19:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2023/01/08 11:20:28 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -6,6 +6,7 @@
 
 CPPFLAGS+=${X11FLAGS.CONNECTION} -DBSD44SOCKETS
 CPPFLAGS+=-DHAVE_INET_ATON
+CPPFLAGS+=-DUSE_GETTEXT -DLOCALEDIR=\"${LOCALEDIR}\"
 
 .if (${USE_INET6} != "no")
 CPPFLAGS+=      -DIPv6



Home | Main Index | Thread Index | Old Index