summaryrefslogtreecommitdiff
path: root/misc/tellico
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-16 10:18:31 +0000
committerhasso <hasso@pkgsrc.org>2009-03-16 10:18:31 +0000
commita04c16bec001ab68afa59a4c66ea406f5c1c0547 (patch)
treeac314a073c58044a25b7d0eafd1f9b2e7e679b81 /misc/tellico
parentdf6a9daf478c89721852d1101eecfb1dcfec0cba (diff)
downloadpkgsrc-a04c16bec001ab68afa59a4c66ea406f5c1c0547.tar.gz
Make it build on DragonFly.
Diffstat (limited to 'misc/tellico')
-rw-r--r--misc/tellico/distinfo3
-rw-r--r--misc/tellico/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo
index 8942a94aa4b..b35f8e34b92 100644
--- a/misc/tellico/distinfo
+++ b/misc/tellico/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/02/21 10:18:28 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/03/16 10:18:31 hasso Exp $
SHA1 (tellico-1.3.5.tar.gz) = 83639fd97cd5a7c06e3efa3a56af29c96c64f686
RMD160 (tellico-1.3.5.tar.gz) = 57972db4e9cc1c5236015da8a7f5da3afff23a6c
Size (tellico-1.3.5.tar.gz) = 5085567 bytes
+SHA1 (patch-aa) = 110d5cd17419456a0d2d4e9a7f77cba8b9ffc311
diff --git a/misc/tellico/patches/patch-aa b/misc/tellico/patches/patch-aa
new file mode 100644
index 00000000000..7b2b9f90563
--- /dev/null
+++ b/misc/tellico/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/03/16 10:18:31 hasso Exp $
+
+--- src/translators/freedb_util.cpp.orig 2009-03-16 11:36:38 +0200
++++ src/translators/freedb_util.cpp 2009-03-16 11:36:57 +0200
+@@ -60,7 +60,7 @@ extern "C" {
+ * to compile on Solaris */
+ #define cdte_track_address cdte_addr.lba
+
+-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
++#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
+
+ #include <netinet/in.h>
+ #include <sys/cdio.h>