summaryrefslogtreecommitdiff
path: root/x11/XaoS
diff options
context:
space:
mode:
authorgrant <grant>2005-08-19 02:46:29 +0000
committergrant <grant>2005-08-19 02:46:29 +0000
commite6f8bd5674763e9e63e4526146596d066249b562 (patch)
tree44601aec7eecfbe5c4d2ce0e09b62f235313dc98 /x11/XaoS
parent7929b719aee92e5c74df1efc37a004fd07edcc23 (diff)
downloadpkgsrc-e6f8bd5674763e9e63e4526146596d066249b562.tar.gz
add prototypes for two functions returning void, to appease sunpro.
Diffstat (limited to 'x11/XaoS')
-rw-r--r--x11/XaoS/distinfo3
-rw-r--r--x11/XaoS/patches/patch-ac15
2 files changed, 17 insertions, 1 deletions
diff --git a/x11/XaoS/distinfo b/x11/XaoS/distinfo
index b41ba95edaa..ab2dff3ab16 100644
--- a/x11/XaoS/distinfo
+++ b/x11/XaoS/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 17:36:09 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/08/19 02:46:29 grant Exp $
SHA1 (XaoS-3.1.tar.gz) = c9956dbea463040efc46c67f32b3d0e6b3bc4bfe
RMD160 (XaoS-3.1.tar.gz) = b9761e160dbbbbc5c6aea1cb0f47e0efeac4e9de
Size (XaoS-3.1.tar.gz) = 1182143 bytes
SHA1 (patch-aa) = edace84b4c18ca5b596c79a6f4e77d2879f3fc3b
SHA1 (patch-ab) = 537dedf39e3c5ae50a91f31715fcb28e30f002ee
+SHA1 (patch-ac) = c9f268685fdac2868a4338a139d37f918f6fca43
diff --git a/x11/XaoS/patches/patch-ac b/x11/XaoS/patches/patch-ac
new file mode 100644
index 00000000000..f6f9950eb2e
--- /dev/null
+++ b/x11/XaoS/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2005/08/19 02:46:29 grant Exp $
+
+--- src/ui/ui.c.orig 2003-03-19 23:09:31.000000000 +1100
++++ src/ui/ui.c
+@@ -169,6 +169,10 @@ CONST struct params global_params[] = {
+ {NULL, 0, NULL, NULL}
+ };
+
++
++static void ui_mkimages (int, int);
++static void main_loop (void);
++
+ static int resizeregistered = 0;
+ static void
+ ui_updatemenus (uih_context * c, CONST char *name)