Package: freewnn
Version: 1.1.1~a021+cvs20100325-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-amd64.
Please apply patch bellow and regenerate configure by
autoconf
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- configure.in
+++ configure.in
@@ -379,6 +378,9 @@
*-*-linux*)
CCOPTIONS="-Dlinux -D_GNU_SOURCE -D_POSIX_SOURCE -D_BSD_SOURCE"
;;
+*-*-*-gnu*)
+ CCOPTIONS="-D_GNU_SOURCE"
+ ;;
*-*-sunos*)
if test $GCC = yes; then
CCOPTIONS="-Dsun -Dsparc"
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org