From 0cdca259ca073f77b9ae831feb367b6d120e83cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 14 Oct 2014 10:37:33 +0200 Subject: some work for version 1.0.24-2 --- debian/patches/kfreebsd.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/kfreebsd.patch (limited to 'debian/patches/kfreebsd.patch') diff --git a/debian/patches/kfreebsd.patch b/debian/patches/kfreebsd.patch new file mode 100644 index 0000000..e058877 --- /dev/null +++ b/debian/patches/kfreebsd.patch @@ -0,0 +1,15 @@ +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 + #endif ++#endif + + #ifdef HAVE_I386_SET_IOPERM + #include -- cgit v1.2.3