Package: nvclock
Version: 0.8b4-1
Severity: normal
Hi,
nvclock currently fails to build on Debian GNU/Hurd because it doesn't
recognize the system name GNU. Attached is a patch to fix this.
Thank you,
Barry deFreese
--- nvclock-0.8b4.orig/configure.in
+++ nvclock-0.8b4/configure.in
@@ -23,6 +23,8 @@
;;
Linux)
;;
+ GNU)
+ ;;
CYGWIN_NT-5.*)
system=Win32
;;
only in patch2:
unchanged:
--- nvclock-0.8b4.orig/configure
+++ nvclock-0.8b4/configure
@@ -3737,6 +3737,8 @@
;;
Linux)
;;
+ GNU)
+ ;;
CYGWIN_NT-5.*)
system=Win32
;;