summaryrefslogtreecommitdiff
path: root/math/genius/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/genius/patches/patch-aa')
-rw-r--r--math/genius/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/genius/patches/patch-aa b/math/genius/patches/patch-aa
new file mode 100644
index 00000000000..ee25498896e
--- /dev/null
+++ b/math/genius/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/03/07 16:48:40 joerg Exp $
+
+--- src/calc.c.orig 2007-01-20 05:25:43.000000000 +0000
++++ src/calc.c
+@@ -2702,7 +2702,7 @@ get_wordlist (const char *lst)
+ #else
+ glob_t gl;
+ int i;
+- if G_UNLIKELY (glob (lst, 0, NULL, &gl) != 0) {
++ if G_UNLIKELY (glob (lst, GLOB_NOCHECK, NULL, &gl) != 0) {
+ gel_errorout (_("Can't expand '%s'"), lst);
+ return NULL;
+ }