Package: ident2
Version: 1.05-1.2
Severity: normal

Hi,

ident2 fails to build on Debian GNU/Hurd.  Here is a patch to rectify that.

Thank you,

Barry deFreese


--- ident2-1.05.orig/configure
+++ ident2-1.05/configure
@@ -564,6 +564,9 @@
                fi
                cp sys/m_fbsd.c machine.c
        ;;
+       GNU*)
+               cp sys/m_linux.c machine.c
+       ;;
        *)
                echo "======================================"
                echo "Your Operating System is not supported"

Reply via email to