aboutsummaryrefslogtreecommitdiff
path: root/audio/muse
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-05-14 05:28:56 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-05-14 05:28:56 +0000
commitd3dfe9a6fc4121af969e8c34ea7629b92a06c3c3 (patch)
treeda8fafb46606d97d73f444836884d3bfaa2c067c /audio/muse
parent5739d706dea62f988c883a554f7f760ce129de8c (diff)
downloadports-d3dfe9a6fc4121af969e8c34ea7629b92a06c3c3.tar.gz
ports-d3dfe9a6fc4121af969e8c34ea7629b92a06c3c3.zip
Fix build on alpha.
Pointed out by: bento via kris
Notes
Notes: svn path=/head/; revision=80959
Diffstat (limited to 'audio/muse')
-rw-r--r--audio/muse/files/patch-shout::shout_private.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/muse/files/patch-shout::shout_private.h b/audio/muse/files/patch-shout::shout_private.h
new file mode 100644
index 000000000000..9f8dc2c7cd1d
--- /dev/null
+++ b/audio/muse/files/patch-shout::shout_private.h
@@ -0,0 +1,17 @@
+--- shout/shout_private.h.orig Fri Nov 29 20:51:56 2002
++++ shout/shout_private.h Wed May 14 14:26:24 2003
+@@ -14,14 +14,6 @@
+ # include <inttypes.h>
+ #endif
+
+-# if SIZEOF_INT == 8
+-typedef unsigned int uint64_t;
+-# elif SIZEOF_LONG == 8
+-typedef unsigned long uint64_t;
+-# elif SIZEOF_LONG_LONG == 8
+-typedef unsigned long long uint64_t;
+-# endif
+-
+ #define LIBSHOUT_DEFAULT_HOST "localhost"
+ #define LIBSHOUT_DEFAULT_PORT 8000
+ #define LIBSHOUT_DEFAULT_FORMAT SHOUT_FORMAT_VORBIS