File: kfreebsd-gnu.diff

package info (click to toggle)
funnelweb 3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,768 kB
  • sloc: ansic: 9,156; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
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