diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 14:14:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 14:14:21 +0000 |
commit | 79487704b891acba2cde2e58f90694d2f6196c38 (patch) | |
tree | 8030215737c9a04aaff044435118d4005a7c27d5 /audio/mpiosh/files/patch-libmpio-debug.h | |
parent | o) Respect automatic pkg-plist extension for PORTDOCS files. (diff) |
Add mpiosh, a userland library and command-line tool
for Digitalway MPIO MP3 players.
PR: ports/56258
Submitted by: Sergey Akifyev <asa@gascom.ru>
Notes
Notes:
svn path=/head/; revision=95259
Diffstat (limited to 'audio/mpiosh/files/patch-libmpio-debug.h')
-rw-r--r-- | audio/mpiosh/files/patch-libmpio-debug.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mpiosh/files/patch-libmpio-debug.h b/audio/mpiosh/files/patch-libmpio-debug.h new file mode 100644 index 000000000000..988685381e36 --- /dev/null +++ b/audio/mpiosh/files/patch-libmpio-debug.h @@ -0,0 +1,11 @@ +--- libmpio/debug.h.orig Thu Jun 19 19:47:19 2003 ++++ libmpio/debug.h Thu Jun 19 19:47:39 2003 +@@ -27,7 +27,7 @@ + #ifdef sun + #include <sys/int_types.h> + #else +-#include <stdint.h> ++#include <sys/types.h> + #endif + + #ifdef __cplusplus |