summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-11 19:40:16 +0000
committerjoerg <joerg>2005-12-11 19:40:16 +0000
commit79d28a34a2cecdb8bc3360ba2447e4f8cfa17b47 (patch)
tree5ff793c6d0492e2cc0291bb607a8c2f6882789f5 /audio
parent47c7d99e946bb9d2e2dbffe0ceace3c16ca34d8e (diff)
downloadpkgsrc-79d28a34a2cecdb8bc3360ba2447e4f8cfa17b47.tar.gz
Always use errno.h, never define errno.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity/distinfo3
-rw-r--r--audio/timidity/patches/patch-ac15
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/timidity/distinfo b/audio/timidity/distinfo
index ac9c5f01ee1..7179f8ddc69 100644
--- a/audio/timidity/distinfo
+++ b/audio/timidity/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.11 2005/11/19 21:21:23 kristerw Exp $
+$NetBSD: distinfo,v 1.12 2005/12/11 19:40:16 joerg Exp $
SHA1 (TiMidity++-2.13.2.tar.bz2) = 8e603146e1164335303a5ac5dff291f369241b4e
RMD160 (TiMidity++-2.13.2.tar.bz2) = 0156221846a88abef9312700a050972d85084fd8
Size (TiMidity++-2.13.2.tar.bz2) = 1581230 bytes
SHA1 (patch-aa) = 3e006fe39bcc2644b7cea30ffce318091e1b8915
SHA1 (patch-ab) = 6c4938e1b31dc066354aebd364c848bb88b20eb4
+SHA1 (patch-ac) = 56e738ef60dc8040d27bb50722ed5e0294d343e4
SHA1 (patch-ae) = 3f55ea58e91bd97ff42fbe67e8c89514c29aa2e9
diff --git a/audio/timidity/patches/patch-ac b/audio/timidity/patches/patch-ac
new file mode 100644
index 00000000000..a4be53542aa
--- /dev/null
+++ b/audio/timidity/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.4 2005/12/11 19:40:16 joerg Exp $
+
+--- timidity/timidity.h.orig 2005-12-07 19:35:02.000000000 +0000
++++ timidity/timidity.h
+@@ -449,10 +449,7 @@ typedef double FLOAT_T;
+
+ #include <stdio.h>
+
+-#ifdef HAVE_ERRNO_H
+ #include <errno.h>
+-#endif /* HAVE_ERRNO_H */
+-extern int errno;
+
+ #ifdef HAVE_MACHINE_ENDIAN_H
+ #include <machine/endian.h> /* for __byte_swap_*() */