freebsd-ports/emulators/bochs/files/patch-iodev::soundlnx.cc
Maxim Sobolev 43d340e831 Update to 1.1.2.
PR:		27467
Submitted by:	Cyrille Lefevre <clefevre@poboxes.com>, sobomax
2001-06-02 16:42:57 +00:00

14 lines
277 B
C++

$FreeBSD$
--- iodev/soundlnx.cc 2001/05/30 22:19:00 1.1
+++ iodev/soundlnx.cc 2001/05/30 22:19:34
@@ -22,7 +22,7 @@
// This file (SOUNDLNX.CC) written and donated by Josef Drexler
-#if defined(linux)
+#if (defined(linux) || defined(__FreeBSD__))
#include "bochs.h"