Package: ekiga
Version: 3.2.5-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak for configure.ac/configure,
see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- ekiga-3.2.5.orig/configure
+++ ekiga-3.2.5/configure
@@ -16294,7 +16294,7 @@
gm_platform="linux"
;;
- FreeBSD* | freebsd* | NetBSD* | netbsd* )
+ FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* )
gm_platform="freebsd"
;;
--- ekiga-3.2.5.orig/configure.ac
+++ ekiga-3.2.5/configure.ac
@@ -91,7 +91,7 @@
gm_platform="linux"
;;
- FreeBSD* | freebsd* | NetBSD* | netbsd* )
+ FreeBSD* | freebsd* | kfreebsd* | NetBSD* | netbsd* )
gm_platform="freebsd"
;;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]