summaryrefslogtreecommitdiff
path: root/net-im/ickle
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-01 19:55:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-01 19:55:17 +0000
commit8d2492ba3724d2b7dd23d3d5337959cdcb626648 (patch)
treeda80cd1051d5ae5d413677b101804d6051e768f4 /net-im/ickle
parentRemove flim-*-current ports. (diff)
Dont include getopt.h
PR: 32292 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=50821
Diffstat (limited to 'net-im/ickle')
-rw-r--r--net-im/ickle/files/patch-examples::shell.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/ickle/files/patch-examples::shell.cpp b/net-im/ickle/files/patch-examples::shell.cpp
new file mode 100644
index 000000000000..b811fc9a0c4a
--- /dev/null
+++ b/net-im/ickle/files/patch-examples::shell.cpp
@@ -0,0 +1,10 @@
+--- examples/shell.cpp.orig Sat Dec 1 14:51:21 2001
++++ examples/shell.cpp Sat Dec 1 14:51:25 2001
+@@ -11,7 +11,6 @@
+ #include <sys/wait.h>
+ #include <unistd.h>
+ #include <signal.h>
+-#include <getopt.h>
+
+ using namespace ICQ2000;
+ using namespace std;