From 97dfe3cd75b421fb43b395ecbba0792278a86dd5 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 11 Feb 2007 12:00:31 +0000 Subject: Add a patch to fix build with the newest tunepimp's buildlink3.mk file. --- audio/amarok/distinfo | 3 ++- audio/amarok/patches/patch-ac | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 audio/amarok/patches/patch-ac (limited to 'audio') 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 + #include + +-#if HAVE_TUNEPIMP +- +-#if HAVE_TUNEPIMP >= 5 +-#include +-#else ++#ifdef HAVE_TUNEPIMP + #include +-#endif + + class KTRMLookup; + -- cgit v1.2.3