aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-02 03:55:17 +0800
committerpat <pat@FreeBSD.org>2001-12-02 03:55:17 +0800
commit6e02dced27ca911fecfcfba10c0250fa7aecb69b (patch)
tree7af024392d4b121e7344c7d43e8ce1fac8dfe814 /net-im
parent4e18e0fd2f8236003b0eb06530f0d07810559b24 (diff)
downloadfreebsd-ports-gnome-6e02dced27ca911fecfcfba10c0250fa7aecb69b.tar.gz
freebsd-ports-gnome-6e02dced27ca911fecfcfba10c0250fa7aecb69b.tar.zst
freebsd-ports-gnome-6e02dced27ca911fecfcfba10c0250fa7aecb69b.zip
Dont include getopt.h
PR: 32292 Submitted by: maintainer
Diffstat (limited to 'net-im')
-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;