diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-15 12:28:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-15 12:28:57 +0000 |
commit | 7d48ff8cf05a3b8886d54d836d87e2690aa42554 (patch) | |
tree | dd7bafeb6cffce1727a0064a13a44c8a6d662a11 /x11-wm/fluxbox/files/patch-src-fluxbox.hh | |
parent | Reflect rerolled distfile for new virus definitions. Maintainer-update. (diff) |
Unbreak build on -CURRENT.
PR: ports/58672
Submitted by: Yonas <yonas_@yahoo.com>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94010
Diffstat (limited to 'x11-wm/fluxbox/files/patch-src-fluxbox.hh')
-rw-r--r-- | x11-wm/fluxbox/files/patch-src-fluxbox.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/patch-src-fluxbox.hh b/x11-wm/fluxbox/files/patch-src-fluxbox.hh new file mode 100644 index 000000000000..ad39792bf22f --- /dev/null +++ b/x11-wm/fluxbox/files/patch-src-fluxbox.hh @@ -0,0 +1,12 @@ +diff -u -r src/fluxbox.hh.orig src/fluxbox.hh +--- src/fluxbox.hh.orig Sat Dec 7 09:15:26 2002 ++++ src/fluxbox.hh Mon Oct 27 23:34:49 2003 +@@ -184,7 +184,7 @@ + + #ifndef HAVE_STRFTIME + +- enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; ++ enum { B_AmericanDate = 1, B_EuropeanDate }; + #endif // HAVE_STRFTIME + + typedef std::vector<Fluxbox::Titlebar> TitlebarList; |