From f576b009055fad2f5cf70a94f5e059f325eb067b Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 6 Dec 2003 19:28:22 +0000 Subject: 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. --- games/ularn/patches/patch-aj | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'games/ularn/patches/patch-aj') 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 + #include + #include +-#include ++#include ++#include + #ifdef USG + # include + #else +@@ -120,7 +121,7 @@ #define resetbold() {if (boldon) *lpnt++ = ST_END;} /* clear the screen and home the cursor */ -- cgit v1.2.3