diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-02-11 12:00:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-02-11 12:00:31 +0000 |
commit | 97dfe3cd75b421fb43b395ecbba0792278a86dd5 (patch) | |
tree | cb20bdf054c3973591bfdc624cb66bea8bd52ea5 /audio | |
parent | 900fe9bfc6d877623ae0d01f50c1b7f325610724 (diff) | |
download | pkgsrc-97dfe3cd75b421fb43b395ecbba0792278a86dd5.tar.gz |
Add a patch to fix build with the newest tunepimp's buildlink3.mk file.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok/distinfo | 3 | ||||
-rw-r--r-- | audio/amarok/patches/patch-ac | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo index 1a495cf42ad..676290b6570 100644 --- a/audio/amarok/distinfo +++ b/audio/amarok/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.25 2007/02/07 20:09:54 drochner Exp $ +$NetBSD: distinfo,v 1.26 2007/02/11 12:00:31 xtraeme Exp $ SHA1 (amarok-1.4.5.tar.bz2) = 882dec8d30c10f609a1f5e21d2e91342e78304c5 RMD160 (amarok-1.4.5.tar.bz2) = c2bbfe06f3e613dfc7d3926d086024073390c712 Size (amarok-1.4.5.tar.bz2) = 18034110 bytes SHA1 (patch-ab) = a36c9ca68810c71a95857249b63ff19d4b3f3fbb +SHA1 (patch-ac) = 2e6bb90c41356dbdbad5d2f9c92fdaa1e3c3e39b diff --git a/audio/amarok/patches/patch-ac b/audio/amarok/patches/patch-ac new file mode 100644 index 00000000000..466b9adaa8e --- /dev/null +++ b/audio/amarok/patches/patch-ac @@ -0,0 +1,19 @@ +$NetBSD: patch-ac,v 1.1 2007/02/11 12:00:31 xtraeme Exp $ + +--- amarok/src/ktrm.cpp.orig 2007-02-11 12:19:23.000000000 +0100 ++++ amarok/src/ktrm.cpp 2007-02-11 12:21:56.000000000 +0100 +@@ -39,13 +39,8 @@ + #include <qfile.h> + #include <qregexp.h> + +-#if HAVE_TUNEPIMP +- +-#if HAVE_TUNEPIMP >= 5 +-#include <tunepimp-0.5/tp_c.h> +-#else ++#ifdef HAVE_TUNEPIMP + #include <tunepimp/tp_c.h> +-#endif + + class KTRMLookup; + |