summaryrefslogtreecommitdiff
path: root/comms/gsmlib/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-06-17 11:29:58 +0000
committergrant <grant@pkgsrc.org>2002-06-17 11:29:58 +0000
commit15d29c01a5e46e3ee2887783fdf8daea986ec8c3 (patch)
treed8413b74541bb74f44e7d7ec2c749735595407e3 /comms/gsmlib/patches
parentf600d6a741b9c4069a4e167af26060388424b033 (diff)
downloadpkgsrc-15d29c01a5e46e3ee2887783fdf8daea986ec8c3.tar.gz
Initial import of gsmlib-1.9.
A library to access GSM mobile phones through GSM modems. Features include: * modification of phonebooks stored in the mobile phone or on the SIM card * reading and writing of SMS messages stored in the mobile phone * sending and reception of SMS messages
Diffstat (limited to 'comms/gsmlib/patches')
-rw-r--r--comms/gsmlib/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/gsmlib/patches/patch-aa b/comms/gsmlib/patches/patch-aa
new file mode 100644
index 00000000000..9d533556855
--- /dev/null
+++ b/comms/gsmlib/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/06/17 11:29:58 grant Exp $
+
+--- gsmlib/gsm_unix_serial.cc.orig Tue Jan 9 02:57:20 2001
++++ gsmlib/gsm_unix_serial.cc Tue Jul 3 22:35:08 2001
+@@ -37,6 +37,8 @@
+ // timer indepently of each other
+
+ static pthread_mutex_t timerMtx = PTHREAD_MUTEX_INITIALIZER;
++#define pthread_mutex_lock(x)
++#define pthread_mutex_unlock(x)
+
+ // for non-GNU systems, define alarm()
+ #ifndef HAVE_ALARM