diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-06-01 08:06:38 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-06-01 08:06:38 +0000 |
commit | 30f60ee03e4f7eaf8e1a543cde18cffe75508535 (patch) | |
tree | 9ce1944a52793dda76249fc9c0ed65aa22fd29e1 /graphics/hpoj/files/extra-patch-mlcd-ParPort.cpp | |
parent | Update to 1.6.4. (diff) |
Use libio on alpha (-STABLE & -CURRENT).
PR: ports/52633
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=81874
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 |