diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-03 03:45:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-03 03:45:23 +0000 |
commit | 8cfc3ff4116b88aa34cdf3df37ad6c3b305c9314 (patch) | |
tree | 63037b8ff8affe6b4974248c4d1e19ddcb12b62d /audio/xmms | |
parent | 13ea581e596cee6a7a53f4fbda8995d0dd0fc13c (diff) | |
download | pkgsrc-8cfc3ff4116b88aa34cdf3df37ad6c3b305c9314.tar.gz |
Make this package build with gcc-4.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/distinfo | 3 | ||||
-rw-r--r-- | audio/xmms/patches/patch-al | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo index 406d320a80b..631163b95d3 100644 --- a/audio/xmms/distinfo +++ b/audio/xmms/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2005/09/06 08:10:57 abs Exp $ +$NetBSD: distinfo,v 1.27 2006/03/03 03:45:23 minskim Exp $ SHA1 (xmms-1.2.10.tar.bz2) = a3c3d3756d5263183c27b3c50a7f5404cba8bfaf RMD160 (xmms-1.2.10.tar.bz2) = 0360cbb8c326b3325bd8ebb3343c69a9788d7084 @@ -14,3 +14,4 @@ SHA1 (patch-ah) = a49b667b145380f501ebd932185014d4a957e287 SHA1 (patch-ai) = c0bb82e63e6fb96327b1ee1e9ec5617fe9b55b44 SHA1 (patch-aj) = 67a69e2a05f343a5d7c22b3f1f1cf0c25d9aeb6d SHA1 (patch-ak) = b49316325c6f778b0d3e85007b141699cf338238 +SHA1 (patch-al) = 1457ca7b5e4e1084623207d042a8ff349eb31aaa diff --git a/audio/xmms/patches/patch-al b/audio/xmms/patches/patch-al new file mode 100644 index 00000000000..81368384ef7 --- /dev/null +++ b/audio/xmms/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.9 2006/03/03 03:45:23 minskim Exp $ + +--- General/ir/ir.h.orig 2001-03-05 05:17:44.000000000 -0800 ++++ General/ir/ir.h +@@ -49,8 +49,6 @@ typedef struct + } + irConfig; + +-extern pthread_t irapp_thread; +-extern gboolean keepGoing; + extern irConfig ircfg; + extern gboolean irconf_is_going; + |