summaryrefslogtreecommitdiff
path: root/debian/patches/003-Fix-machine.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/003-Fix-machine.h.diff')
-rw-r--r--debian/patches/003-Fix-machine.h.diff9
1 files changed, 1 insertions, 8 deletions
diff --git a/debian/patches/003-Fix-machine.h.diff b/debian/patches/003-Fix-machine.h.diff
index 1a7d42b..4e3ffa4 100644
--- a/debian/patches/003-Fix-machine.h.diff
+++ b/debian/patches/003-Fix-machine.h.diff
@@ -1,13 +1,6 @@
--- a/src/libmowgli/platform/machine.h
+++ b/src/libmowgli/platform/machine.h
-@@ -186,13 +186,13 @@
- # if defined _LP64 || defined __LP64
- # define MOWGLI_CPU_BITS 64
- # define MOWGLI_CPU_BITS_64
--# elif
-+# else
- # define MOWGLI_CPU_BITS 32
- # define MOWGLI_CPU_BITS_32
+@@ -192,7 +192,7 @@
# endif
#endif