summaryrefslogtreecommitdiff
path: root/audio/libopenmpt
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
commitfecc84d3f711aab03f9f43fffc96b8c5b2c017ae (patch)
treed75cf4d404f17372064a2cee874b104ea1738ae4 /audio/libopenmpt
parent4286fc4883591ce7fe22678aea445d493366a398 (diff)
downloadpkgsrc-fecc84d3f711aab03f9f43fffc96b8c5b2c017ae.tar.gz
Remove patch that was integrated upstream.
Diffstat (limited to 'audio/libopenmpt')
-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