diff options
Diffstat (limited to 'graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp')
-rw-r--r-- | graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp b/graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp new file mode 100644 index 000000000000..4d62bc3f52a9 --- /dev/null +++ b/graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp @@ -0,0 +1,12 @@ +--- mlcd/ParPort.cpp.orig Sat May 24 08:03:20 2003 ++++ mlcd/ParPort.cpp Sat May 24 08:03:48 2003 +@@ -926,9 +926,6 @@ + #elif defined(PAR_PLATFORM_FREEBSD) + #include <unistd.h> + #include <fcntl.h> +- extern "C" { +- #include <machine/cpufunc.h> +- } + #else + /* TODO: Handle these more gracefully! */ + #error Undefined platform |