openbsd-ports/games/freedroid/patches/patch-src_system_h
jolan 12ef056199 import of freedroid 1.0.1:
FreeDroid is a clone of the classic game "Paradroid" for Commodore 64
with some improvements and extensions to the original version.

reviewed by wcobb/naddy.  no objects on ports@ after ~10 days.
2003-06-01 10:36:38 +00:00

13 lines
276 B
Plaintext

$OpenBSD: patch-src_system_h,v 1.1.1.1 2003/06/01 10:36:38 jolan Exp $
--- src/system.h.orig Thu Apr 24 04:12:28 2003
+++ src/system.h Wed May 14 15:41:38 2003
@@ -54,7 +54,7 @@
#include <getopt.h>
-#ifndef MACOSX
+#ifdef __linux__
#include <sys/soundcard.h>
#endif