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/xman We have MKSTEMP so use it!
details: https://anonhg.NetBSD.org/src/rev/4c96e5ece24c
branches: trunk
changeset: 344740:4c96e5ece24c
user: christos <christos%NetBSD.org@localhost>
date: Wed Apr 13 21:54:25 2016 +0000
description:
We have MKSTEMP so use it!
diffstat:
external/mit/xorg/bin/xman/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f01dba227a75 -r 4c96e5ece24c external/mit/xorg/bin/xman/Makefile
--- a/external/mit/xorg/bin/xman/Makefile Wed Apr 13 21:48:21 2016 +0000
+++ b/external/mit/xorg/bin/xman/Makefile Wed Apr 13 21:54:25 2016 +0000
@@ -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 @@
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\"
Home |
Main Index |
Thread Index |
Old Index