summaryrefslogtreecommitdiff
path: root/devel/scmgit-base/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit-base/patches/patch-ab')
-rw-r--r--devel/scmgit-base/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/scmgit-base/patches/patch-ab b/devel/scmgit-base/patches/patch-ab
deleted file mode 100644
index 03293a7828a..00000000000
--- a/devel/scmgit-base/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2010/03/31 00:44:40 gdt Exp $
-
-Patch from http://article.gmane.org/gmane.comp.version-control.git/143453
-
---- compat/bswap.h.orig 2009-12-24 00:00:22.000000000 +0000
-+++ compat/bswap.h
-@@ -17,6 +17,8 @@ static inline uint32_t default_swab32(ui
- ((val & 0x000000ff) << 24));
- }
-
-+#undef bswap32
-+
- #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
-
- #define bswap32(x) ({ \