summaryrefslogtreecommitdiff
path: root/parallel/sge/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/sge/patches/patch-av')
-rw-r--r--parallel/sge/patches/patch-av15
1 files changed, 15 insertions, 0 deletions
diff --git a/parallel/sge/patches/patch-av b/parallel/sge/patches/patch-av
new file mode 100644
index 00000000000..19de0c17133
--- /dev/null
+++ b/parallel/sge/patches/patch-av
@@ -0,0 +1,15 @@
+$NetBSD: patch-av,v 1.3 2009/05/13 21:00:25 markd Exp $
+
+GridEngine dev mailing list patch for "nbsd-1" issue, along with aimk change
+
+--- source/libs/uti/sge_arch.c.orig 2009-04-09 13:19:28.000000000 +1200
++++ source/libs/uti/sge_arch.c 2009-04-09 10:10:44.000000000 +1200
+@@ -72,7 +72,7 @@
+ #define xstr(s) str(s)
+ #define str(s) #s
+
+- return xstr(SGE_ARCH_STRING);
++ return (SGE_ARCH_STRING);
+ }
+
+ /****** uti/prog/sge_get_root_dir() *******************************************