Module Name:    src
Committed By:   mrg
Date:           Sun Jan  8 12:00:21 UTC 2023

Modified Files:
        src/external/mit/xorg/bin/xhost: Makefile

Log Message:
also link -lintl.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xhost/Makefile

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

Modified files:

Index: src/external/mit/xorg/bin/xhost/Makefile
diff -u src/external/mit/xorg/bin/xhost/Makefile:1.5 src/external/mit/xorg/bin/xhost/Makefile:1.6
--- src/external/mit/xorg/bin/xhost/Makefile:1.5	Sun Jan  8 11:20:28 2023
+++ src/external/mit/xorg/bin/xhost/Makefile	Sun Jan  8 12:00:21 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2023/01/08 11:20:28 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2023/01/08 12:00:21 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,8 +12,8 @@ CPPFLAGS+=-DUSE_GETTEXT -DLOCALEDIR=\"${
 CPPFLAGS+=      -DIPv6
 .endif
 
-LDADD+=	-lXmuu -lXt -lSM -lICE -lXext -lX11
-DPADD+=	${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
+LDADD+=	-lXmuu -lXt -lSM -lICE -lXext -lX11 -lintl
+DPADD+=	${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBINTL}
 
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to