diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:48:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-20 20:48:58 +0000 |
commit | cb5230eccd68630ba485849148585406ff555943 (patch) | |
tree | e79e0b457f8e0a9163593910994812d45df9df8b /audio/krio/files/patch-ab | |
parent | Remove the two i386 binaries and rebuild them from source so this port (diff) |
Add support for the Alpha and create a directory on install so this packages
on machines with a clean ${PREFIX} directory.
Notes
Notes:
svn path=/head/; revision=26052
Diffstat (limited to 'audio/krio/files/patch-ab')
-rw-r--r-- | audio/krio/files/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/krio/files/patch-ab b/audio/krio/files/patch-ab new file mode 100644 index 000000000000..7cfdad7ab6c8 --- /dev/null +++ b/audio/krio/files/patch-ab @@ -0,0 +1,16 @@ +--- rio107/rio.cpp.orig Fri Feb 18 11:07:32 2000 ++++ rio107/rio.cpp Fri Feb 18 11:08:13 2000 +@@ -79,6 +79,13 @@ + #include <fcntl.h> + #include <unistd.h> + #include <machine/cpufunc.h> ++ #if defined(__alpha__) ++ #include <sys/types.h> ++ extern "C" { ++ u_int8_t inb(u_int32_t); ++ void outb(u_int32_t, u_int8_t); ++ } ++ #endif + #define OUTPORT(p,v) outb( p, v ) + #define INPORT(p) inb( p ) + #define CLOCK_SECOND CLOCKS_PER_SEC |