diff options
author | hasso <hasso> | 2009-03-16 10:18:31 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-03-16 10:18:31 +0000 |
commit | 971526bcc220d10399408f1d54f0caf726487065 (patch) | |
tree | ac314a073c58044a25b7d0eafd1f9b2e7e679b81 /misc | |
parent | 83c6593b30bfd34cdd3651c8cfe365a438634394 (diff) | |
download | pkgsrc-971526bcc220d10399408f1d54f0caf726487065.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tellico/distinfo | 3 | ||||
-rw-r--r-- | misc/tellico/patches/patch-aa | 13 |
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> |