Module Name:    src
Committed By:   christos
Date:           Wed Apr 13 21:48:21 UTC 2016

Modified Files:
        src/external/mit/xorg/bin/bitmap/bmtoa: Makefile

Log Message:
We have MKSTEMP so stop using mktemp!


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/bitmap/bmtoa/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/bitmap/bmtoa/Makefile
diff -u src/external/mit/xorg/bin/bitmap/bmtoa/Makefile:1.1.1.1 src/external/mit/xorg/bin/bitmap/bmtoa/Makefile:1.2
--- src/external/mit/xorg/bin/bitmap/bmtoa/Makefile:1.1.1.1	Tue Jul 29 01:01:22 2008
+++ src/external/mit/xorg/bin/bitmap/bmtoa/Makefile	Wed Apr 13 17:48:21 2016
@@ -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 @@ NOMAN=	1
 
 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}

Reply via email to