diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-01-10 23:59:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-01-10 23:59:22 +0000 |
commit | e5a833e15c32a3536efe81376c73dda595644fb6 (patch) | |
tree | 629b512b0280bb80db45315511f1283bb20c4ce3 /emulators/bochs/files/patch-iodev::soundlnx.h | |
parent | Do not try to S/${_CPUCFLAGS}//g when _CPUCFLAGS is not defined or empty (diff) |
Update bochs port to 2.0.1, take maintainership.
PR: 46937
Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc)
Diffstat (limited to 'emulators/bochs/files/patch-iodev::soundlnx.h')
-rw-r--r-- | emulators/bochs/files/patch-iodev::soundlnx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/bochs/files/patch-iodev::soundlnx.h b/emulators/bochs/files/patch-iodev::soundlnx.h deleted file mode 100644 index 148e5f6e0d53..000000000000 --- a/emulators/bochs/files/patch-iodev::soundlnx.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- iodev/soundlnx.h.orig Tue Apr 10 05:20:00 2001 -+++ iodev/soundlnx.h Thu May 31 01:07:43 2001 -@@ -23,7 +23,7 @@ - // This file (SOUNDLNX.H) written and donated by Josef Drexler - - --#if defined(linux) -+#if (defined(linux) || defined(__FreeBSD__)) - - #include "bochs.h" - |