Package: argus-client
Severity: important
Version: 3.0.0.rc.21-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak to configure.in and regenerate of configure.
Please find patch for configure.in bellow.
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- argus-client-3.0.0.rc.21.orig/configure.in
+++ argus-client-3.0.0.rc.21/configure.in
@@ -261,6 +261,10 @@
linux*)
;;
+kfreebsd*-gnu)
+ AC_DEFINE(_BSD_SOURCE)
+ ;;
+
cygwin*)
AC_DEFINE(CYGWIN,1)
V_INCLS="$V_INCLS -I../include/cygwin-include"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]