summaryrefslogtreecommitdiff
path: root/games/fkiss/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /games/fkiss/patches
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'games/fkiss/patches')
-rw-r--r--games/fkiss/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fkiss/patches/patch-ad b/games/fkiss/patches/patch-ad
index fb3708d2f6f..ef8bf0d3cc9 100644
--- a/games/fkiss/patches/patch-ad
+++ b/games/fkiss/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.4 2003/12/04 03:22:49 ben Exp $
+$NetBSD: patch-ad,v 1.5 2005/12/05 20:50:16 rillig Exp $
--- sound.c.orig 2001-11-11 23:05:37.000000000 -0800
+++ sound.c
-@@ -57,6 +57,12 @@ char id_sound[] = "$Id: sound.c,v 1.21 2
+@@ -57,6 +57,12 @@
# include <machine/soundcard.h>
#endif