pkgsrc/games/xnibbles/patches/patch-ab
garbled cafe756656 Add new pkg for xnibbles-1.0b4
a winding snakes game for X11
1998-08-23 09:55:26 +00:00

12 lines
321 B
Text

$NetBSD: patch-ab,v 1.1 1998/08/23 09:55:27 garbled Exp $
--- sound.c.orig Sun Aug 23 02:24:57 1998
+++ sound.c Sun Aug 23 02:25:31 1998
@@ -26,3 +26,7 @@
#include <fcntl.h>
-#include <linux/soundcard.h>
+#ifdef __NetBSD__
+ #include <soundcard.h>
+#else
+ #include <linux/soundcard.h>
+#endif
#include <sys/ioctl.h>