summaryrefslogtreecommitdiff
path: root/wm/openbox
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-26 22:05:14 +0000
committerwiz <wiz>2003-09-26 22:05:14 +0000
commitaa8f35898e1c81b58d2e7acba81c5cb85e80cdd8 (patch)
treee288525fa9b4e307e4118f3908fd659165638cb7 /wm/openbox
parentb94391f13b5710d263dabcf92aeeca2d1db27016 (diff)
downloadpkgsrc-aa8f35898e1c81b58d2e7acba81c5cb85e80cdd8.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/openbox')
-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"