File: 06-add-kfreebsd-support

package info (click to toggle)
netw-ib-ox-ag 5.39.0%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,248 kB
  • sloc: ansic: 177,464; tcl: 5,358; sh: 849; makefile: 66
file content (16 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add platform detection support for Debian GNU/kFreeBSD
 This patch adds platform detection for Debian systems running on
 the FreeBSD kernel, also called Debian GNU/kFreeBSD.
 .

--- netw-ib-ox-ag-5.39.0.orig/src/netwib-src/src/genemake
+++ netw-ib-ox-ag-5.39.0/src/netwib-src/src/genemake
@@ -39,7 +39,7 @@ case $unames in
   "AIX" )
     NETWIBDEF_SYSNAME="AIX"
     ;;
-  "FreeBSD" )
+  "FreeBSD" | "GNU/kFreeBSD" )
     NETWIBDEF_SYSNAME="FreeBSD"
     ;;
   "HP-UX" )