tags 545954 fixed-upstream thanks http://git.gnome.org/cgit/ekiga/commit/?id=ca2dfd8d55758d1c459ec6578a1e064e5ac4e4d3 and http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=3677453564611820786b148e16763e92f96ac15a
Eugen Petr Salinger wrote: > 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]

