diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 14:13:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 14:13:22 +0000 |
commit | 967c7b5392bd5528975eb4c19f1380c064260888 (patch) | |
tree | d810fc4182372d58a3651e71bdae7981739575c5 /multimedia/xine/files | |
parent | d28d4a66a3091245ab2bdbf50e4350c8e67b18c7 (diff) | |
download | ports-967c7b5392bd5528975eb4c19f1380c064260888.tar.gz ports-967c7b5392bd5528975eb4c19f1380c064260888.zip |
Notes
Diffstat (limited to 'multimedia/xine/files')
-rw-r--r-- | multimedia/xine/files/extra-patch-src:xitk:common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/xine/files/extra-patch-src:xitk:common.h b/multimedia/xine/files/extra-patch-src:xitk:common.h new file mode 100644 index 000000000000..55a644b31ff2 --- /dev/null +++ b/multimedia/xine/files/extra-patch-src:xitk:common.h @@ -0,0 +1,11 @@ +--- src/xitk/common.h.orig Mon Feb 24 22:39:16 2003 ++++ src/xitk/common.h Mon Feb 24 22:39:46 2003 +@@ -31,6 +31,8 @@ + #include <xine.h> + #include <xine/xineutils.h> + ++#define ushort unsigned short ++ + #include "Imlib-light/Imlib.h" + + #include "xitk.h" |