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/2fc6bcf4c756
branches:  trunk
changeset: 814882:2fc6bcf4c756
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 11cbd6f34163 -r 2fc6bcf4c756 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