1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: make Hurd buildable.
Origin: vendor
Author: Barry deFreese <bdefreese@debian.org>
Index: yaskkserv/configure
===================================================================
--- yaskkserv.orig/configure 2014-03-27 14:22:34.000000000 +0900
+++ yaskkserv/configure 2014-03-27 14:22:34.000000000 +0900
@@ -474,7 +474,7 @@
{
$_ = `uname 2>&1`;
- if (/(bsd)/i or /(darwin)/i or /(cygwin)/i or /(linux)/i) {
+ if (/(bsd)/i or /(darwin)/i or /(cygwin)/i or /(linux)/i or /(GNU)/i) {
$global{'OSNAME'} = $1;
} else {
print STDERR "*** Warning : unknown architecture ($_)\n";
|