summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorseb <seb>2003-12-04 09:27:01 +0000
committerseb <seb>2003-12-04 09:27:01 +0000
commit0cd50099714a69cc8af4076c97265af4d28494fd (patch)
tree6ae8d896085c9abe2eba53dae3a3df74279de779 /x11
parent4cbc2d08aba4ea927a6a21ca9d741a0640247fc7 (diff)
downloadpkgsrc-0cd50099714a69cc8af4076c97265af4d28494fd.tar.gz
This time fix build with gcc 3.3.2.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/xpaste/Makefile4
-rw-r--r--x11/xpaste/distinfo3
-rw-r--r--x11/xpaste/patches/patch-ab13
3 files changed, 17 insertions, 3 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile
index f26c0fd0870..fbe28ea882e 100644
--- a/x11/xpaste/Makefile
+++ b/x11/xpaste/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/09/29 09:20:12 seb Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/04 09:27:01 seb Exp $
#
DISTNAME= xpaste-1.1
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
diff --git a/x11/xpaste/distinfo b/x11/xpaste/distinfo
index 3a1c3377636..7335adb6ebf 100644
--- a/x11/xpaste/distinfo
+++ b/x11/xpaste/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2003/09/29 09:20:12 seb Exp $
+$NetBSD: distinfo,v 1.4 2003/12/04 09:27:01 seb Exp $
SHA1 (xpaste-1.1.shar.gz) = 15c022ddb3e43bc25721e9185aebe5d5ef8160a2
Size (xpaste-1.1.shar.gz) = 6144 bytes
SHA1 (patch-aa) = 467ecb06be395db5222614beeaba6694eb44c1fc
+SHA1 (patch-ab) = ef12cd1b9a1244fa3193298b1a00783fb984ed43
diff --git a/x11/xpaste/patches/patch-ab b/x11/xpaste/patches/patch-ab
new file mode 100644
index 00000000000..cd3c288b8a6
--- /dev/null
+++ b/x11/xpaste/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/12/04 09:27:01 seb Exp $
+
+--- xpaste.c.orig 2003-11-18 07:23:53.000000000 +0000
++++ xpaste.c
+@@ -18,7 +18,7 @@ static char rcsid[] = "$Id: xpaste.c,v 1
+ #include <X11/Xaw/AsciiText.h>
+ #include <X11/Xaw/Form.h>
+ #include <X11/Xaw/Command.h>
+-#include <varargs.h>
++#include <stdarg.h>
+ #include "patchlevel.h"
+
+ #ifndef WIDTHPADDING