diff options
author | tron <tron> | 2007-12-15 21:15:31 +0000 |
---|---|---|
committer | tron <tron> | 2007-12-15 21:15:31 +0000 |
commit | f3e78a84f655beda208d5eefa1d2f59deeaca5ab (patch) | |
tree | 1b91797683c811dcf89498533dead9a57c4bf675 /audio/gmp3info/patches | |
parent | 9822dc3c6dd8fafcbefd4c105337573ad2350d51 (diff) | |
download | pkgsrc-f3e78a84f655beda208d5eefa1d2f59deeaca5ab.tar.gz |
Fix build problem under Mac OS X Leopard.
Diffstat (limited to 'audio/gmp3info/patches')
-rw-r--r-- | audio/gmp3info/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
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" |