summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/patches/patch-ah')
-rw-r--r--audio/flac/patches/patch-ah40
1 files changed, 0 insertions, 40 deletions
diff --git a/audio/flac/patches/patch-ah b/audio/flac/patches/patch-ah
deleted file mode 100644
index 34aff724663..00000000000
--- a/audio/flac/patches/patch-ah
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2004/11/16 12:05:54 sketch Exp $
-
---- ./include/FLAC++/decoder.h.orig 2004-11-15 18:15:26.796748000 +0000
-+++ ./include/FLAC++/decoder.h 2004-11-15 18:19:27.953373000 +0000
-@@ -141,7 +141,7 @@
- virtual void metadata_callback(const ::FLAC__StreamMetadata *metadata) = 0;
- virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
-
--#if (defined _MSC_VER) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96)))
-+#if (defined _MSC_VER) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96))) || (defined __SUNPRO_CC)
- // lame hack: some MSVC/GCC versions can't see a protected decoder_ from nested State::resolved_as_cstring()
- friend State;
- #endif
-@@ -236,7 +236,7 @@
- virtual void metadata_callback(const ::FLAC__StreamMetadata *metadata) = 0;
- virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
-
--#if (defined _MSC_VER) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96)))
-+#if (defined _MSC_VER) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96))) || (defined __SUNPRO_CC)
- // lame hack: some MSVC/GCC versions can't see a protected decoder_ from nested State::resolved_as_cstring()
- friend State;
- #endif
-@@ -329,7 +329,7 @@
- virtual void metadata_callback(const ::FLAC__StreamMetadata *metadata) = 0;
- virtual void error_callback(::FLAC__StreamDecoderErrorStatus status) = 0;
-
--#if (defined _MSC_VER) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96)))
-+#if (defined _MSC_VER) || (defined __GNUG__ && (__GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 96))) || (defined __SUNPRO_CC)
- // lame hack: some MSVC/GCC versions can't see a protected decoder_ from nested State::resolved_as_cstring()
- friend State;
- #endif
-@@ -346,7 +346,7 @@
-
- /* \} */
-
-- };
-+ }
- };
-
- #endif