summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/jaaa/files/jaaa-0.1.2-amd64.patch')
-rw-r--r--media-sound/jaaa/files/jaaa-0.1.2-amd64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/jaaa/files/jaaa-0.1.2-amd64.patch b/media-sound/jaaa/files/jaaa-0.1.2-amd64.patch
new file mode 100644
index 000000000000..ae5cbb9de275
--- /dev/null
+++ b/media-sound/jaaa/files/jaaa-0.1.2-amd64.patch
@@ -0,0 +1,13 @@
+--- jaaa-0.1.2/itypes.h-orig 2004-11-28 14:09:22.575739533 +0100
++++ jaaa-0.1.2/itypes.h 2004-11-28 14:09:39.952490270 +0100
+@@ -25,8 +25,8 @@
+
+ typedef unsigned short int U16; // Unsigned 16-bit
+ typedef short int S16; // Signed 16-bit
+-typedef unsigned long int U32; // Unsigned 32-bit
+-typedef long int S32; // Signed 32-bit
++typedef unsigned int U32; // Unsigned 32-bit
++typedef int S32; // Signed 32-bit
+
+
+ #endif