From e683f27ec13c58a60cab8231a0d4205c0ffa03f3 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 26 Sep 2003 22:05:14 +0000 Subject: 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. --- wm/openbox/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3