Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/ctwm/bin/ctwm add HAVE_MKSTEMP



details:   https://anonhg.NetBSD.org/src/rev/0310a1d3fdc1
branches:  trunk
changeset: 344742:0310a1d3fdc1
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 13 22:26:48 2016 +0000

description:
add HAVE_MKSTEMP

diffstat:

 external/mit/ctwm/bin/ctwm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ff727c799d5 -r 0310a1d3fdc1 external/mit/ctwm/bin/ctwm/Makefile
--- a/external/mit/ctwm/bin/ctwm/Makefile       Wed Apr 13 22:01:55 2016 +0000
+++ b/external/mit/ctwm/bin/ctwm/Makefile       Wed Apr 13 22:26:48 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2015/11/10 23:57:00 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.4 2016/04/13 22:26:48 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -15,7 +15,7 @@
 CTWMDIR=               ${X11SRCDIR}/external/mit/ctwm/dist
 XPMDIR=                        ${X11INCDIR}/X11/pixmaps/ctwm
 
-CPPFLAGS+=             -I. -I${CTWMDIR}/src \
+CPPFLAGS+=             -I. -I${CTWMDIR}/src -DHAVE_MKSTEMP \
                        -DNO_ALLOCA -DCSRG_BASED -DUSEM4 -DGNOME -DXPM
 
 CPPFLAGS+=             -DPIXMAP_DIRECTORY=\"${XPMDIR}\"



Home | Main Index | Thread Index | Old Index