Package: freewnn
Version: 1.1.1~a021+cvs20100325-1
Severity: important
Tags: patch
User: [email protected]
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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to