Date: Tue, 8 Nov 2005 12:50:26 GMT From: Kirill Bezzubets <kirill@solaris.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/88660: comms/gammu (1.02.0) looks for bluetooth.h in /usr/include/bluetooth/ Message-ID: <200511081250.jA8CoQ6I011377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/88660; it has been noted by GNATS. From: Kirill Bezzubets <kirill@solaris.ru> To: bug-followup@FreeBSD.org, Edwin Groothuis <edwin@FreeBSD.org> Cc: Subject: Re: ports/88660: comms/gammu (1.02.0) looks for bluetooth.h in /usr/include/bluetooth/ Date: Tue, 8 Nov 2005 15:44:47 +0300 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Tue, Nov 08, 2005 at 12:33:17PM +0000, Edwin Groothuis wrote: > Maintainer of comms/gammu, > > Please note that PR ports/88660 just has been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/88660 Fix attached > > -- > Edwin Groothuis > edwin@FreeBSD.org -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN CTO / Head Of N.O.C. mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename=header-patch --- gammu/files/patch-configure.in.orig Tue Nov 8 15:40:03 2005 +++ gammu/files/patch-configure.in Tue Nov 8 15:40:18 2005 @@ -3,7 +3,7 @@ @@ -185,17 +185,17 @@ fi if test "$gsm_blue_stack" = unknown ; then - AC_CHECK_HEADERS(bluetooth/bluetooth.h, + AC_CHECK_HEADERS(bluetooth.h, - [gsm_blue_stack=Bluez + [gsm_blue_stack=FreeBSD LDLIBS="$LDLIBS -lbluetooth" --vtzGhvizbBRQ85DL--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511081250.jA8CoQ6I011377>