summaryrefslogtreecommitdiff
path: root/games/ularn/patches/patch-aj
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2003-12-06 19:28:22 +0000
committerben <ben@pkgsrc.org>2003-12-06 19:28:22 +0000
commitf576b009055fad2f5cf70a94f5e059f325eb067b (patch)
tree5434b6b5b5faa3e6db03688e46ad82af0c3a825f /games/ularn/patches/patch-aj
parent4b20286d50da7bdad9a50f29addcab289e4e7c8e (diff)
downloadpkgsrc-f576b009055fad2f5cf70a94f5e059f325eb067b.tar.gz
Update Ularn to fix a few things:
* Replace varargs with stdarg, in order to compile under gcc 3.3. * Replace mktemp with mkstemp, in order to silence warnings * Remove share directory from PLIST, since score file is not deleted.
Diffstat (limited to 'games/ularn/patches/patch-aj')
-rw-r--r--games/ularn/patches/patch-aj18
1 files changed, 14 insertions, 4 deletions
diff --git a/games/ularn/patches/patch-aj b/games/ularn/patches/patch-aj
index ce479466c43..82c69588421 100644
--- a/games/ularn/patches/patch-aj
+++ b/games/ularn/patches/patch-aj
@@ -1,8 +1,18 @@
-$NetBSD: patch-aj,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $
+$NetBSD: patch-aj,v 1.2 2003/12/06 19:28:22 ben Exp $
---- header.h.orig Sat Jan 13 21:51:26 2001
-+++ header.h Sat Jan 13 21:51:43 2001
-@@ -120,7 +120,7 @@
+--- header.h.orig 1992-06-19 13:55:30.000000000 -0700
++++ header.h
+@@ -27,7 +27,8 @@
+ #include <pwd.h>
+ #include <signal.h>
+ #include <stdio.h>
+-#include <varargs.h>
++#include <stdarg.h>
++#include <stdlib.h>
+ #ifdef USG
+ # include <strings.h>
+ #else
+@@ -120,7 +121,7 @@
#define resetbold() {if (boldon) *lpnt++ = ST_END;}
/* clear the screen and home the cursor */