summaryrefslogtreecommitdiff
path: root/chat/inspircd12/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/inspircd12/patches/patch-aa')
-rw-r--r--chat/inspircd12/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/inspircd12/patches/patch-aa b/chat/inspircd12/patches/patch-aa
new file mode 100644
index 00000000000..f4e50668bd8
--- /dev/null
+++ b/chat/inspircd12/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/01/04 00:52:27 adrianp Exp $
+
+--- src/inspircd.cpp.orig 2008-04-13 19:17:35.000000000 +0100
++++ src/inspircd.cpp
+@@ -383,7 +383,7 @@ InspIRCd::InspIRCd(int argc, char** argv
+ { 0, 0, 0, 0 }
+ };
+
+- while ((c = getopt_long_only(argc, argv, ":f:", longopts, NULL)) != -1)
++ while ((c = getopt_long(argc, argv, ":f:", longopts, NULL)) != -1)
+ {
+ switch (c)
+ {