openbsd-ports/x11/fluxbox/patches/patch-util_fluxbox-update_configs_cc
dcoppa 33324b068a Update to fluxbox-1.3.1 plus some patches to fix a couple of crashers
(above all, a use-after-free crash on restart/exit).

OK landry@
Maintainer timed out
2011-04-24 17:32:23 +00:00

16 lines
440 B
Plaintext

$OpenBSD: patch-util_fluxbox-update_configs_cc,v 1.1 2011/04/24 17:32:24 dcoppa Exp $
Fix building with SEPARATE_BUILD
--- util/fluxbox-update_configs.cc.orig Sat Sep 18 17:51:51 2010
+++ util/fluxbox-update_configs.cc Mon Apr 18 17:28:19 2011
@@ -24,7 +24,7 @@
#include "../src/FbTk/StringUtil.hh"
#include "../src/FbTk/FileUtil.hh"
-#include "defaults.hh"
+#include "../src/defaults.hh"
#ifdef HAVE_CONFIG_H
#include "config.h"