summaryrefslogtreecommitdiff
path: root/sysutils/bubblemon-dockapp/files/patch-bubblemon.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/bubblemon-dockapp/files/patch-bubblemon.c
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
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];