summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-26 22:05:14 +0000
committerwiz <wiz@pkgsrc.org>2003-09-26 22:05:14 +0000
commit85acc40982e87aa1d1d9b215d5ef93350deeaa7d (patch)
treee288525fa9b4e307e4118f3908fd659165638cb7 /wm
parent84af439e5f823bc032fd7fa47f6429156d07f944 (diff)
downloadpkgsrc-85acc40982e87aa1d1d9b215d5ef93350deeaa7d.tar.gz
Define HAVE_STRFTIME; the test for it currently fails with gcc-3.3.1 and
this is the sanest way to fix it. If there are OPSYS we support which do not have it, please add the appropriate .ifs.
Diffstat (limited to 'wm')
-rw-r--r--wm/openbox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile
index a91695f144b..b31308a1bf7 100644
--- a/wm/openbox/Makefile
+++ b/wm/openbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/28 20:05:22 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/26 22:05:14 wiz Exp $
#
DISTNAME= openbox-2.2.3
@@ -15,6 +15,8 @@ USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
+CPPFLAGS+= -DHAVE_STRFTIME=1
+
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../fonts/Xft2/buildlink2.mk"