diff options
author | cube <cube> | 2005-04-16 14:51:59 +0000 |
---|---|---|
committer | cube <cube> | 2005-04-16 14:51:59 +0000 |
commit | 0428f86e02e051cdab324dd3af44608022e7525c (patch) | |
tree | 21fd48cef32d2156bb1c627c66a03c33f0261eec /games | |
parent | 3e8e61ba1337483377c2f0a0beb3055067ad3b1a (diff) | |
download | pkgsrc-0428f86e02e051cdab324dd3af44608022e7525c.tar.gz |
Make previous patch proper.
Diffstat (limited to 'games')
-rw-r--r-- | games/lmarbles/distinfo | 4 | ||||
-rw-r--r-- | games/lmarbles/patches/patch-ab | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/games/lmarbles/distinfo b/games/lmarbles/distinfo index 2fc20276a97..5bcc5b14760 100644 --- a/games/lmarbles/distinfo +++ b/games/lmarbles/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/04/16 14:43:49 cube Exp $ +$NetBSD: distinfo,v 1.4 2005/04/16 14:51:59 cube Exp $ SHA1 (lmarbles-1.0.7.tar.gz) = 25b0a635f53a3ab351247ac2820cbd6951d7050d RMD160 (lmarbles-1.0.7.tar.gz) = 5fc90ff923848496b1fbce63473a22fcc716c345 Size (lmarbles-1.0.7.tar.gz) = 829635 bytes SHA1 (patch-aa) = b453e75a29848a470275d06bc97e9fe09a12e1b8 -SHA1 (patch-ab) = ddd9a96c56b40d4b392b1091d5f537c97e845559 +SHA1 (patch-ab) = dfbb9afc0860f9ea1154de35c46f4e8ad8eef840 diff --git a/games/lmarbles/patches/patch-ab b/games/lmarbles/patches/patch-ab index 531da73e299..5449e3bb258 100644 --- a/games/lmarbles/patches/patch-ab +++ b/games/lmarbles/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.1 2005/04/16 14:43:49 cube Exp $ +$NetBSD: patch-ab,v 1.2 2005/04/16 14:51:59 cube Exp $ --- src/sdl.c.orig 2002-08-08 04:37:50.000000000 +0200 +++ src/sdl.c -@@ -173,6 +173,8 @@ SFnt* SF_Ld(char *fname) +@@ -18,6 +18,7 @@ + #include "sdl.h" + #include <stdlib.h> + #include <string.h> ++#include <err.h> + + extern int trm_gm; + +@@ -173,6 +174,8 @@ SFnt* SF_Ld(char *fname) //table file = fopen(path, "r"); |