pkgsrc/games/tanked/patches/patch-ak
joerg c9ba4a90f0 Use normal make. Be a setgid game. No sound server included, so don't
try to build one on FreeBSD and DragonFly.
2006-04-12 21:30:56 +00:00

17 lines
388 B
Text

$NetBSD: patch-ak,v 1.1 2006/04/12 21:30:56 joerg Exp $
--- client/Imakefile.orig 2006-03-29 23:38:42.000000000 +0000
+++ client/Imakefile
@@ -86,10 +86,9 @@ XCOMM **** and you need something change
#endif
#if defined(FreeBSDArchitecture)
-#define SOUND
SYSDEFS =
-SOUNDSERVER = tanked.sndsrv.freebsd
-SOUNDOBJS = sound.o
+SOUNDSERVER =
+SOUNDOBJS =
SOUNDDEV = /dev/dsp
#endif