[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#688486: gnunet: Patch for kfreebsd



Package: src:gnunet
Version: 0.9.3-3
Severity: important
Tags: sid wheezy patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-bsd@lists.debian.org

Hi!

  Gnunet currently doesn't build on kfreebsd. This is really easy to
fix. Below is the patch needed for configure.ac -- it additionally needs
the restricted gnunet-server.install.hurd file copied to .kfreebsd as
the binaries missing on hurd are built for linux only.

Regards

    Christoph

If you have further questions please mail debian-bsd@lists.debian.org


--- gnunet-0.9.3.orig/configure.ac
+++ gnunet-0.9.3/configure.ac
@@ -91,7 +91,7 @@ linux*)
      UNIXONLY="#"
      AC_PATH_XTRA
      ;;
-freebsd*)
+*freebsd*)
      AC_DEFINE_UNQUOTED(SOMEBSD,1,[This is a BSD system])
      AC_DEFINE_UNQUOTED(FREEBSD,1,[This is a FreeBSD system])
      CFLAGS="-D_THREAD_SAFE $CFLAGS"


Reply to: