diff options
author | nork <nork@FreeBSD.org> | 2003-05-14 05:28:56 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-05-14 05:28:56 +0000 |
commit | c5a19b8d599d3a0725c051496deca11d6bfd8058 (patch) | |
tree | bcf3774790aad24ff2730dc0d11e09f4ac461e32 /audio/muse | |
parent | 423a4b3f0f28d798b8de654d4ff364baf756b529 (diff) | |
download | FreeBSD-ports-c5a19b8d599d3a0725c051496deca11d6bfd8058.zip FreeBSD-ports-c5a19b8d599d3a0725c051496deca11d6bfd8058.tar.gz |
Fix build on alpha.
Pointed out by: bento via kris
Diffstat (limited to 'audio/muse')
-rw-r--r-- | audio/muse/files/patch-shout::shout_private.h | 17 |
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 0000000..9f8dc2c --- /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 |