summaryrefslogtreecommitdiff
path: root/sysutils/bubblemon-dockapp/files/patch-bubblemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bubblemon-dockapp/files/patch-bubblemon.c')
-rw-r--r--sysutils/bubblemon-dockapp/files/patch-bubblemon.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/bubblemon-dockapp/files/patch-bubblemon.c b/sysutils/bubblemon-dockapp/files/patch-bubblemon.c
deleted file mode 100644
index dbbd93d4cce3..000000000000
--- a/sysutils/bubblemon-dockapp/files/patch-bubblemon.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- bubblemon.c.orig Wed Oct 1 02:37:32 2003
-+++ bubblemon.c Tue Aug 29 01:10:47 2006
-@@ -912,7 +912,7 @@
-
- while (i--) {
- unsigned char *rgb = (unsigned char *) &col[*buf_ptr++];
--#if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && (__BYTE_ORDER == __LITTLE_ENDIAN)) || defined(_LITTLE_ENDIAN) || (BYTE_ORDER == LITTLE_ENDIAN)
-+#if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && (__BYTE_ORDER == __LITTLE_ENDIAN)) || (defined(_LITTLE_ENDIAN) && !defined(__FreeBSD__)) || (defined(BYTE_ORDER) && defined(LITTLE_ENDIAN) && (BYTE_ORDER == LITTLE_ENDIAN))
- *ptr++ = rgb[2];
- *ptr++ = rgb[1];
- *ptr++ = rgb[0];