summaryrefslogtreecommitdiff
path: root/audio/xmms-flac
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-07 12:53:51 +0000
committerwiz <wiz@pkgsrc.org>2007-01-07 12:53:51 +0000
commit05034438443b519a7ec2e9fb5501c44a6a00599a (patch)
tree8e8a41e97b85184be7050133bee534b0b4f1650d /audio/xmms-flac
parent3aa818439165144f168da74cf1ff6be1f9836326 (diff)
downloadpkgsrc-05034438443b519a7ec2e9fb5501c44a6a00599a.tar.gz
Not needed any longer.
Diffstat (limited to 'audio/xmms-flac')
-rw-r--r--audio/xmms-flac/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/xmms-flac/patches/patch-aa b/audio/xmms-flac/patches/patch-aa
deleted file mode 100644
index 25aee743100..00000000000
--- a/audio/xmms-flac/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/07/29 06:06:33 grant Exp $
-
---- src/libFLAC/format.c.orig 2005-02-04 17:54:49.000000000 +1100
-+++ src/libFLAC/format.c
-@@ -63,7 +63,7 @@ FLAC_API const char *FLAC__VENDOR_STRING
-
- FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
- FLAC_API const unsigned FLAC__STREAM_SYNC = 0x664C6143;
--FLAC_API const unsigned FLAC__STREAM_SYNC_LEN = 32; /* bits */;
-+FLAC_API const unsigned FLAC__STREAM_SYNC_LEN = 32; /* bits */
-
- FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MIN_BLOCK_SIZE_LEN = 16; /* bits */
- FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_MAX_BLOCK_SIZE_LEN = 16; /* bits */