Module Name: src
Committed By: christos
Date: Wed Apr 13 22:26:48 UTC 2016
Modified Files:
src/external/mit/ctwm/bin/ctwm: Makefile
Log Message:
add HAVE_MKSTEMP
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/ctwm/bin/ctwm/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/ctwm/bin/ctwm/Makefile
diff -u src/external/mit/ctwm/bin/ctwm/Makefile:1.3 src/external/mit/ctwm/bin/ctwm/Makefile:1.4
--- src/external/mit/ctwm/bin/ctwm/Makefile:1.3 Tue Nov 10 18:57:00 2015
+++ src/external/mit/ctwm/bin/ctwm/Makefile Wed Apr 13 18:26:48 2016
@@ -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 @@ CTWMCONFIGDIR= ${X11ETCDIR}/ctwm
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}\"