Package: snownews
Severity: important
Version: 1.5.7-2
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak to recognize GNU/kFreeBSD, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- configure~ 2006-12-19 23:59:34.000000000 +0100
+++ configure 2006-12-19 23:59:34.000000000 +0100
@@ -20,6 +20,8 @@
if ($os eq "linux") {
print "Configuring for a Linux system... ";
+} elsif ($os =~ /gnu/) {
+ print "Configuring for a GNU based system... ";
} elsif ($os =~ /bsd|darwin|freemint/) {
print "Configuring for a BSD style system... ";
$cflags = $cflags.' -DSTATIC_CONST_ICONV -I/usr/local/include';
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]