diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-11 19:40:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-11 19:40:16 +0000 |
commit | 6f5fc42b05c2d3ec3d07d497837f29d4febf96d2 (patch) | |
tree | 5ff793c6d0492e2cc0291bb607a8c2f6882789f5 /audio | |
parent | bd7ff766d95e45a2780b9a68664be8ba72dcaf83 (diff) | |
download | pkgsrc-6f5fc42b05c2d3ec3d07d497837f29d4febf96d2.tar.gz |
Always use errno.h, never define errno.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/distinfo | 3 | ||||
-rw-r--r-- | audio/timidity/patches/patch-ac | 15 |
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_*() */ |