aboutsummaryrefslogtreecommitdiff
path: root/comms/gammu-devel
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
parente88d3e326a24a13edc941822417a0b4a7f2bc731 (diff)
downloadports-e4f0953ec7f677496760ac443cc976c033706793.tar.gz
ports-e4f0953ec7f677496760ac443cc976c033706793.zip
Notes
Diffstat (limited to 'comms/gammu-devel')
-rw-r--r--comms/gammu-devel/Makefile1
-rw-r--r--comms/gammu-devel/files/patch-configure.in10
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")