Package: sendip
Version: 2.5-4
Severity: normal
User: bdefre...@debian.org
Usertags: hurd

Hi,

Currently sendip fails to build on Debian GNU/Hurd.  However with a very minor 
patch it is
buildable.  The patch is attached.

Thank you,

Barry deFreese
diff -u sendip-2.5/Makefile sendip-2.5/Makefile
--- sendip-2.5/Makefile
+++ sendip-2.5/Makefile
@@ -31,7 +31,7 @@
 
 #there has to be a nice way to do this
 sendip:        sendip.o        gnugetopt.o gnugetopt1.o compact.o
-       sh -c "if [ `uname` = Linux -o `uname` = GNU/kFreeBSD ] ; then \
+       sh -c "if [ `uname` = Linux -o `uname` = GNU/kFreeBSD -o `uname` = GNU 
] ; then \
 $(CC) $+ -o $@ $(LDFLAGS_LINUX) $(CFLAGS) ; \
 elif [ `uname` = SunOS ] ; then \
 $(CC) -o $@ $(LDFLAGS_SOLARIS) $(CFLAGS) $+ ;\

Reply via email to