openbsd-ports/net/ickle/patches/patch-examples_shell_cpp
fgsch f65e438420 ickle is an ICQ2000 Client using the gtk-- graphical toolkit. It aims
to bring all the useful features of ICQ2000 to non-windows users, such
as SMS messaging.
2001-12-12 20:54:42 +00:00

14 lines
361 B
Plaintext

$OpenBSD: patch-examples_shell_cpp,v 1.1.1.1 2001/12/12 20:54:42 fgsch Exp $
--- examples/shell.cpp.orig Sun Oct 21 10:53:00 2001
+++ examples/shell.cpp Wed Dec 12 17:18:28 2001
@@ -11,7 +11,9 @@
#include <sys/wait.h>
#include <unistd.h>
#include <signal.h>
+#ifndef __OpenBSD__
#include <getopt.h>
+#endif
using namespace ICQ2000;
using namespace std;