summaryrefslogtreecommitdiff
path: root/debian/patches/kfreebsd.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-10-13 07:21:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-10-13 07:21:57 +0200
commitbc7bfb103acda936bd145f2d90e292a5fe0460d2 (patch)
tree8f74d634be11840fd3f526e5fd48d94abbd7c26a /debian/patches/kfreebsd.patch
parent90ad29d4f6fc7011a538a339bf3d4f9260899a80 (diff)
Rename & reorder patches
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>