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/bitmap/bmtoa We have MKSTEMP so stop u...



details:   https://anonhg.NetBSD.org/src/rev/f01dba227a75
branches:  trunk
changeset: 344739:f01dba227a75
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 13 21:48:21 2016 +0000

description:
We have MKSTEMP so stop using mktemp!

diffstat:

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

diffs (17 lines):

diff -r c20ecc2f496c -r f01dba227a75 external/mit/xorg/bin/bitmap/bmtoa/Makefile
--- a/external/mit/xorg/bin/bitmap/bmtoa/Makefile       Wed Apr 13 21:33:52 2016 +0000
+++ b/external/mit/xorg/bin/bitmap/bmtoa/Makefile       Wed Apr 13 21:48:21 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2016/04/13 21:48:21 christos Exp $
 
 NOMAN= 1
 
@@ -6,6 +6,7 @@
 
 PROG=  bmtoa
 
+CPPFLAGS+=-DHAVE_MKSTEMP
 LDADD+=        -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
 DPADD+=        ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
        ${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}



Home | Main Index | Thread Index | Old Index