diff options
Diffstat (limited to 'parallel/sge/patches/patch-af')
-rw-r--r-- | parallel/sge/patches/patch-af | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parallel/sge/patches/patch-af b/parallel/sge/patches/patch-af new file mode 100644 index 00000000000..7c22d2e771c --- /dev/null +++ b/parallel/sge/patches/patch-af @@ -0,0 +1,15 @@ +$NetBSD: patch-af,v 1.1.1.1 2004/05/03 00:38:34 dmcmahill Exp $ + +--- source/3rdparty/qmon/iconlist/IconList.c 2003-10-02 14:25:24.000000000 +0200 ++++ source/3rdparty/qmon/iconlist/IconList.c 2003-09-30 16:35:21.000000000 +0200 +@@ -50,6 +50,10 @@ + #include <Xm/Traversal.h> + #endif + ++#ifdef LesstifVersion ++#undef NeedWidePrototypes ++#endif ++ + #if XmVersion >= 2000 + extern void _XmResizeObject( + Widget g, |