diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-11 20:17:58 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-11 20:17:58 +0000 |
commit | 8d91ee027e3e5bc1d51013a6fa1b563439fa033c (patch) | |
tree | 3ec5313e72db5b608902635c4e43aa059ef86b3a /comms | |
parent | adf27994251fc9aeb107d4710d34ede32bd5dd62 (diff) | |
download | FreeBSD-ports-8d91ee027e3e5bc1d51013a6fa1b563439fa033c.zip FreeBSD-ports-8d91ee027e3e5bc1d51013a6fa1b563439fa033c.tar.gz |
Fix bluetooth.h search path.
PR: ports/88660
Submitted by: Thiemo Nordenholz <nz@thiemo.net>, maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu-devel/Makefile | 1 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-configure.in | 10 | ||||
-rw-r--r-- | comms/gammu/Makefile | 1 | ||||
-rw-r--r-- | comms/gammu/files/patch-configure.in | 10 |
4 files changed, 14 insertions, 8 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 302b405..90025dd 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gammu PORTVERSION= 1.02.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ diff --git a/comms/gammu-devel/files/patch-configure.in b/comms/gammu-devel/files/patch-configure.in index 14989aa..1be761b 100644 --- a/comms/gammu-devel/files/patch-configure.in +++ b/comms/gammu-devel/files/patch-configure.in @@ -1,10 +1,12 @@ ---- ../gammu-1.01.0.orig/cfg/autoconf/configure.in Tue Mar 8 19:16:22 2005 -+++ cfg/autoconf/configure.in Sat Jul 9 12:51:12 2005 -@@ -185,17 +185,17 @@ +--- cfg/autoconf/configure.in.orig Tue Mar 8 19:16:22 2005 ++++ cfg/autoconf/configure.in Fri Nov 11 21:09:43 2005 +@@ -184,18 +184,18 @@ + fi fi if test "$gsm_blue_stack" = unknown ; then - AC_CHECK_HEADERS(bluetooth/bluetooth.h, +- AC_CHECK_HEADERS(bluetooth/bluetooth.h, - [gsm_blue_stack=Bluez ++ AC_CHECK_HEADERS(bluetooth.h, + [gsm_blue_stack=FreeBSD LDLIBS="$LDLIBS -lbluetooth" AC_CHECK_LIB(sdp, sdp_list_append, LDLIBS="$LDLIBS -lsdp") diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 302b405..90025dd 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -7,6 +7,7 @@ PORTNAME= gammu PORTVERSION= 1.02.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ diff --git a/comms/gammu/files/patch-configure.in b/comms/gammu/files/patch-configure.in index 14989aa..1be761b 100644 --- a/comms/gammu/files/patch-configure.in +++ b/comms/gammu/files/patch-configure.in @@ -1,10 +1,12 @@ ---- ../gammu-1.01.0.orig/cfg/autoconf/configure.in Tue Mar 8 19:16:22 2005 -+++ cfg/autoconf/configure.in Sat Jul 9 12:51:12 2005 -@@ -185,17 +185,17 @@ +--- cfg/autoconf/configure.in.orig Tue Mar 8 19:16:22 2005 ++++ cfg/autoconf/configure.in Fri Nov 11 21:09:43 2005 +@@ -184,18 +184,18 @@ + fi fi if test "$gsm_blue_stack" = unknown ; then - AC_CHECK_HEADERS(bluetooth/bluetooth.h, +- AC_CHECK_HEADERS(bluetooth/bluetooth.h, - [gsm_blue_stack=Bluez ++ AC_CHECK_HEADERS(bluetooth.h, + [gsm_blue_stack=FreeBSD LDLIBS="$LDLIBS -lbluetooth" AC_CHECK_LIB(sdp, sdp_list_append, LDLIBS="$LDLIBS -lsdp") |