summaryrefslogtreecommitdiff
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
commite683f27ec13c58a60cab8231a0d4205c0ffa03f3 (patch)
treee288525fa9b4e307e4118f3908fd659165638cb7
parent20c110896e9ed7183df81c9b30ff68fb8ce74e63 (diff)
downloadpkgsrc-e683f27ec13c58a60cab8231a0d4205c0ffa03f3.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.
-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"