diff options
author | tron <tron@pkgsrc.org> | 2007-12-15 21:15:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-12-15 21:15:31 +0000 |
commit | 70a059ee7ecc154ab923be6accd200b2eb0a230e (patch) | |
tree | 1b91797683c811dcf89498533dead9a57c4bf675 /audio | |
parent | a98b87393712c0cbb3446cf927ed15b7f7a7b40d (diff) | |
download | pkgsrc-70a059ee7ecc154ab923be6accd200b2eb0a230e.tar.gz |
Fix build problem under Mac OS X Leopard.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmp3info/distinfo | 3 | ||||
-rw-r--r-- | audio/gmp3info/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/audio/gmp3info/distinfo b/audio/gmp3info/distinfo index f7e78a78da2..b46b1487a04 100644 --- a/audio/gmp3info/distinfo +++ b/audio/gmp3info/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.9 2007/09/09 21:45:48 tron Exp $ +$NetBSD: distinfo,v 1.10 2007/12/15 21:15:31 tron Exp $ SHA1 (mp3info-0.8.5a.tgz) = 54df29eb6c2e581899affc12be698b0a71d91ca6 RMD160 (mp3info-0.8.5a.tgz) = 898b566d9ba2f352949d061d991d92f2c8996ec3 Size (mp3info-0.8.5a.tgz) = 127482 bytes SHA1 (patch-aa) = d5fd1dc7e912ba07d7f717aad118a160f5defe30 +SHA1 (patch-ab) = 274227d4b48f1ddc5d272e3ab032d1054a583b49 SHA1 (patch-ac) = f81c4ceb6878c36d51f4fec276c66282bbd2f702 diff --git a/audio/gmp3info/patches/patch-ab b/audio/gmp3info/patches/patch-ab new file mode 100644 index 00000000000..ab8434cf2da --- /dev/null +++ b/audio/gmp3info/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.3 2007/12/15 21:15:31 tron Exp $ + +--- mp3info.h.orig 2006-11-10 00:14:52.000000000 +0000 ++++ mp3info.h 2007-12-15 21:16:15.000000000 +0000 +@@ -39,6 +39,9 @@ + #else + #include <curses.h> + #endif ++#ifdef __DARWIN_UNIX03 ++typedef unsigned int uint; ++#endif + #include <signal.h> + #include "mp3tech.h" + #include "textfunc.h" |