summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files/patch-configure.in
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-11-11 20:17:58 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-11-11 20:17:58 +0000
commite4f0953ec7f677496760ac443cc976c033706793 (patch)
tree673ef8a8ab6180ac4e9c51c9589df38128866690 /comms/gammu-devel/files/patch-configure.in
parent- fix plist (some dirs are owned by linux_base) (diff)
Fix bluetooth.h search path.
PR: ports/88660 Submitted by: Thiemo Nordenholz <nz@thiemo.net>, maintainer
Notes
Notes: svn path=/head/; revision=147974
Diffstat (limited to 'comms/gammu-devel/files/patch-configure.in')
-rw-r--r--comms/gammu-devel/files/patch-configure.in10
1 files changed, 6 insertions, 4 deletions
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")