Package: openmsx
Version: 0.7.2-3
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
your package FTBFS on GNU/kFreeBSD as follows:
| Unsupported or unrecognised OS "gnu/kfreebsd"
Full build logs:
https://buildd.debian.org/status/package.php?suite=unstable&p=openmsx
This is fixed with the attached patch.
Thanks for considering.
Mraw,
KiBi.
diff -u openmsx-0.7.2/build/detectsys.py openmsx-0.7.2/build/detectsys.py
--- openmsx-0.7.2/build/detectsys.py
+++ openmsx-0.7.2/build/detectsys.py
@@ -57,7 +57,7 @@
os = system().lower()
if os in ('linux', 'darwin', 'netbsd', 'openbsd', 'gnu'):
return os
- elif os == 'freebsd':
+ elif os.endswith('freebsd'):
lib, version_ = libc_ver()
if lib == 'glibc':
# Debian kFreeBSD is GNU userland on a FreeBSD kernel; for openMSX