summaryrefslogtreecommitdiff
path: root/comms/gammu-devel/files
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-01-19 17:03:21 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-01-19 17:03:21 +0000
commit40dfacd9be1184893a5b5e918b0d256e2129e333 (patch)
treef871b4b5acc7544522eced1ae2516886846853b1 /comms/gammu-devel/files
parent. Make sure the mozilla library is built unless WITHOUT_MOZILLA is (diff)
Update to 1.04.0
PR: ports/91097 Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=153885
Diffstat (limited to 'comms/gammu-devel/files')
-rw-r--r--comms/gammu-devel/files/patch-common.device.devfunc.c11
-rw-r--r--comms/gammu-devel/files/patch-common.service.gsmmisc.c10
2 files changed, 21 insertions, 0 deletions
diff --git a/comms/gammu-devel/files/patch-common.device.devfunc.c b/comms/gammu-devel/files/patch-common.device.devfunc.c
new file mode 100644
index 000000000000..f6dddacea0cb
--- /dev/null
+++ b/comms/gammu-devel/files/patch-common.device.devfunc.c
@@ -0,0 +1,11 @@
+--- common/device/devfunc.c.orig Sun Nov 20 22:01:18 2005
++++ common/device/devfunc.c Thu Jan 19 18:35:48 2006
+@@ -17,6 +17,8 @@
+ */
+
+ #include <string.h>
++#include <sys/stat.h>
++#include <sys/socket.h>
+ #ifdef WIN32
+ # include <io.h>
+ #else
diff --git a/comms/gammu-devel/files/patch-common.service.gsmmisc.c b/comms/gammu-devel/files/patch-common.service.gsmmisc.c
new file mode 100644
index 000000000000..4fd010de5d40
--- /dev/null
+++ b/comms/gammu-devel/files/patch-common.service.gsmmisc.c
@@ -0,0 +1,10 @@
+--- common/service/gsmmisc.c.orig Fri Dec 30 18:18:47 2005
++++ common/service/gsmmisc.c Fri Dec 30 18:19:07 2005
+@@ -3,6 +3,7 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <sys/stat.h>
++#include <sys/socket.h>
+ #ifdef WIN32
+ # include <io.h>
+ # include <fcntl.h>