summaryrefslogtreecommitdiff
path: root/debian/patches/kfreebsd.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-06 14:02:04 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-10-06 14:02:04 +0200
commit82a152928f820a6aeb02ef8cd9ebfa7d3bcaae48 (patch)
tree0dd1472607450fac076ef4986c654c537153a1e8 /debian/patches/kfreebsd.patch
parent6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (diff)
parentba8d09abe681600aad991f4a75e904615b7ed29f (diff)
Merge tag 'upstream/1.0.24'debian/1.0.24-1.2
Upstream version 1.0.24
Diffstat (limited to 'debian/patches/kfreebsd.patch')
-rw-r--r--debian/patches/kfreebsd.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/kfreebsd.patch b/debian/patches/kfreebsd.patch
deleted file mode 100644
index e058877..0000000
--- a/debian/patches/kfreebsd.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-description: Fix build failure on kfreebsd (closes: #680234)
-author: Petr Salinger
---- a/backend/umax_pp_low.c
-+++ b/backend/umax_pp_low.c
-@@ -73,8 +73,10 @@
- #endif
-
- #ifdef HAVE_MACHINE_CPUFUNC_H
-+#ifndef __GLIBC__
- #include <machine/cpufunc.h>
- #endif
-+#endif
-
- #ifdef HAVE_I386_SET_IOPERM
- #include <machine/sysarch.h>