Module Name: src
Committed By: christos
Date: Wed Apr 13 21:54:25 UTC 2016
Modified Files:
src/external/mit/xorg/bin/xman: Makefile
Log Message:
We have MKSTEMP so use it!
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/xman/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/xman/Makefile
diff -u src/external/mit/xorg/bin/xman/Makefile:1.7 src/external/mit/xorg/bin/xman/Makefile:1.8
--- src/external/mit/xorg/bin/xman/Makefile:1.7 Mon Jul 20 19:50:23 2015
+++ src/external/mit/xorg/bin/xman/Makefile Wed Apr 13 17:54:25 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/07/20 23:50:23 mrg Exp $
+# $NetBSD: Makefile,v 1.8 2016/04/13 21:54:25 christos Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@ PROG= xman
SRCS= ScrollByL.c handler.c man.c buttons.c help.c \
search.c globals.c main.c misc.c tkfuncs.c vendor.c
-CPPFLAGS+=${X11FLAGS.VERSION}
+CPPFLAGS+=${X11FLAGS.VERSION} -DHAVE_MKSTEMP
CPPFLAGS+=-DHELPFILE=\"${X11LIBDIR}/xman.help\"
CPPFLAGS+=-DMANCONFIGSTYLE_OpenBSD -DMANCONF=\"/etc/man.conf\"