summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-12-06 11:50:07 +0000
committerwiz <wiz@pkgsrc.org>2015-12-06 11:50:07 +0000
commit00f547df772d74942a0ee8eb93126a400c570f13 (patch)
treed75cf4d404f17372064a2cee874b104ea1738ae4 /audio
parenta94358a31cf51dc9f778058bfa5ba4304b16e8e4 (diff)
downloadpkgsrc-00f547df772d74942a0ee8eb93126a400c570f13.tar.gz
Remove patch that was integrated upstream.
Diffstat (limited to 'audio')
-rw-r--r--audio/libopenmpt/patches/patch-common_Endianness.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/libopenmpt/patches/patch-common_Endianness.h b/audio/libopenmpt/patches/patch-common_Endianness.h
deleted file mode 100644
index b4713de5a9b..00000000000
--- a/audio/libopenmpt/patches/patch-common_Endianness.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-common_Endianness.h,v 1.3 2015/11/06 11:33:39 wiz Exp $
-
-bswap16 redefined on NetBSD.
-http://bugs.openmpt.org/view.php?id=720
-
---- common/Endianness.h.orig 2015-06-13 11:59:24.000000000 +0000
-+++ common/Endianness.h
-@@ -28,7 +28,7 @@ OPENMPT_NAMESPACE_BEGIN
-
- #if MPT_COMPILER_GCC
- #if MPT_GCC_AT_LEAST(4,8,0)
--#define bswap16 __builtin_bswap16
-+#define MPT_bswap16 __builtin_bswap16
- #endif
- #if MPT_GCC_AT_LEAST(4,3,0)
- #define MPT_bswap32 __builtin_bswap32