diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-12 04:17:58 +0800 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-12 04:17:58 +0800 |
commit | e4f0953ec7f677496760ac443cc976c033706793 (patch) | |
tree | 673ef8a8ab6180ac4e9c51c9589df38128866690 /comms/gammu-devel | |
parent | e88d3e326a24a13edc941822417a0b4a7f2bc731 (diff) | |
download | freebsd-ports-gnome-e4f0953ec7f677496760ac443cc976c033706793.tar.gz freebsd-ports-gnome-e4f0953ec7f677496760ac443cc976c033706793.tar.zst freebsd-ports-gnome-e4f0953ec7f677496760ac443cc976c033706793.zip |
Fix bluetooth.h search path.
PR: ports/88660
Submitted by: Thiemo Nordenholz <nz@thiemo.net>, maintainer
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r-- | comms/gammu-devel/Makefile | 1 | ||||
-rw-r--r-- | comms/gammu-devel/files/patch-configure.in | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index 302b405c668d..90025ddf0b52 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 14989aac2ef2..1be761b36415 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") |