summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword/patches/patch-ac')
-rw-r--r--editors/abiword/patches/patch-ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/abiword/patches/patch-ac b/editors/abiword/patches/patch-ac
deleted file mode 100644
index 8767848a01b..00000000000
--- a/editors/abiword/patches/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ac,v 1.17 2010/11/26 14:49:50 adam Exp $
-
---- src/af/util/xp/ut_endian.h.orig 2009-12-13 20:26:17.000000000 +0000
-+++ src/af/util/xp/ut_endian.h
-@@ -56,6 +56,13 @@
- #else
- #define UT_BIG_ENDIAN
- #endif
-+#elif defined(__DragonFly__)
-+ #include <sys/endian.h>
-+ #if _BYTE_ORDER == _LITTLE_ENDIAN
-+ #define UT_LITTLE_ENDIAN
-+ #else
-+ #define UT_BIG_ENDIAN
-+ #endif
- #elif defined(__sgi)
- #include <sys/endian.h>
- #if BYTE_ORDER == LITTLE_ENDIAN