Ticket #309 (closed defect: fixed)
fix compilation on OpenBSD
| Reported by: | jasper | Owned by: | armin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Gobby | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Launchpad Bug: |
Description
currently i'm in the process of porting net6 1.3.5, obby 0.4.4 and gobby 0.4.5 to OpenBSD. net6 and obby compiled fine (after some lib-link.m4 changes).
i needed the following diff to make gobby compile though:
--- src/ipc.cpp.orig Thu Sep 20 22:51:00 2007 +++ src/ipc.cpp Thu Sep 20 22:51:15 2007 @@ -26,6 +26,7 @@
#include <glibmm/pattern.h> #include <sys/stat.h>
+#include <unistd.h>
#include "ipc.hpp"
namespace
Change History
Note: See
TracTickets for help on using
tickets.
