diff -Nru funnelweb-3.2/debian/changelog funnelweb-3.2/debian/changelog
--- funnelweb-3.2/debian/changelog	2011-09-26 08:39:10.000000000 +0200
+++ funnelweb-3.2/debian/changelog	2012-04-27 22:05:42.000000000 +0200
@@ -1,3 +1,12 @@
+funnelweb (3.2-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Upgrade dpkg source format to 3.0 (quilt).
+  * kfreebsd-gnu.diff: Fix FTBFS on non-Linux. Based on patch from Cyril
+    Brulebois. (Closes: #414011)
+
+ -- Robert Millan <rmh@debian.org>  Fri, 27 Apr 2012 22:05:42 +0200
+
 funnelweb (3.2-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru funnelweb-3.2/debian/patches/kfreebsd-gnu.diff funnelweb-3.2/debian/patches/kfreebsd-gnu.diff
--- funnelweb-3.2/debian/patches/kfreebsd-gnu.diff	1970-01-01 01:00:00.000000000 +0100
+++ funnelweb-3.2/debian/patches/kfreebsd-gnu.diff	2012-04-27 22:05:10.000000000 +0200
@@ -0,0 +1,14 @@
+
+Fix FTBFS on non-Linux.
+
+--- funnelweb-3.2.orig/source/environ.h
++++ funnelweb-3.2/source/environ.h
+@@ -190,7 +190,7 @@ Changes:
+ #endif
+ 
+ 
+-#ifdef  __linux__    
++#if defined( __linux__) || defined(__GLIBC__) || defined(__GNU__)
+ #undef  OS_UNX 
+ #define  OS_UNX  1
+ #undef  OS_L86 
diff -Nru funnelweb-3.2/debian/patches/series funnelweb-3.2/debian/patches/series
--- funnelweb-3.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ funnelweb-3.2/debian/patches/series	2012-04-27 22:04:55.000000000 +0200
@@ -0,0 +1 @@
+kfreebsd-gnu.diff
