View | Details | Raw Unified | Return to bug 131778
Collapse All | Expand All

(-)gnokii/files/patch-common-devices-unixbluetooth.c (-2 / +2 lines)
Lines 1-11 Link Here
1
--- common/devices/unixbluetooth.c.orig	2008-10-05 12:14:31.000000000 +0200
1
--- common/devices/unixbluetooth.c.orig	2008-10-05 12:14:31.000000000 +0200
2
+++ common/devices/unixbluetooth.c	2008-11-04 22:30:35.000000000 +0100
2
+++ common/devices/unixbluetooth.c	2009-02-17 17:03:58.000000000 +0100
3
@@ -54,6 +54,8 @@
3
@@ -54,6 +54,8 @@
4
 #include <netgraph/bluetooth/include/ng_hci.h>
4
 #include <netgraph/bluetooth/include/ng_hci.h>
5
 #include <netgraph/bluetooth/include/ng_l2cap.h>
5
 #include <netgraph/bluetooth/include/ng_l2cap.h>
6
 #include <netgraph/bluetooth/include/ng_btsocket.h>
6
 #include <netgraph/bluetooth/include/ng_btsocket.h>
7
+#include <bluetooth.h>
7
+#include <bluetooth.h>
8
+#include <sdp.h>
8
+#include </usr/include/sdp.h>
9
 
9
 
10
 #define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM
10
 #define BTPROTO_RFCOMM BLUETOOTH_PROTO_RFCOMM
11
 #define BDADDR_ANY NG_HCI_BDADDR_ANY
11
 #define BDADDR_ANY NG_HCI_BDADDR_ANY
(-)gnokii/files/patch-configure (-2 / +2 lines)
Lines 1-5 Link Here
1
--- configure.orig	2008-10-06 08:57:27.000000000 +0200
1
--- configure.orig	2008-10-06 08:57:27.000000000 +0200
2
+++ configure	2008-11-01 00:28:22.000000000 +0100
2
+++ configure	2009-02-26 17:21:58.000000000 +0100
3
@@ -1057,7 +1057,7 @@
3
@@ -1057,7 +1057,7 @@
4
 psdir='${docdir}'
4
 psdir='${docdir}'
5
 libdir='${exec_prefix}/lib'
5
 libdir='${exec_prefix}/lib'
Lines 110-116 Link Here
110
 echo "${ECHO_T}$ac_cv_lib_bluetooth_bt_aton" >&6; }
110
 echo "${ECHO_T}$ac_cv_lib_bluetooth_bt_aton" >&6; }
111
 if test $ac_cv_lib_bluetooth_bt_aton = yes; then
111
 if test $ac_cv_lib_bluetooth_bt_aton = yes; then
112
-  BLUETOOTH_LIBS="$LIBS -lbluetooth"
112
-  BLUETOOTH_LIBS="$LIBS -lbluetooth"
113
+  BLUETOOTH_LIBS="$LIBS -lsdp -lbluetooth"
113
+  BLUETOOTH_LIBS="-lsdp -lbluetooth $LIBS"
114
 cat >>confdefs.h <<\_ACEOF
114
 cat >>confdefs.h <<\_ACEOF
115
 #define HAVE_BT_ATON
115
 #define HAVE_BT_ATON
116
 _ACEOF
116
 _ACEOF
(-)gnokii/files/patch-gnokii-Makefile.in (+11 lines)
Line 0 Link Here
1
--- gnokii/Makefile.in.orig	2009-02-26 17:09:49.000000000 +0100
2
+++ gnokii/Makefile.in	2009-02-26 17:20:21.000000000 +0100
3
@@ -57,7 +57,7 @@
4
 	gnokii-gnokii-security.$(OBJEXT) \
5
 	gnokii-gnokii-settings.$(OBJEXT) gnokii-gnokii-sms.$(OBJEXT) \
6
 	gnokii-gnokii-todo.$(OBJEXT) gnokii-gnokii-utils.$(OBJEXT) \
7
-	gnokii-gnokii-wap.$(OBJEXT)
8
+	gnokii-gnokii-wap.$(OBJEXT) /usr/lib/libsdp.so
9
 gnokii_OBJECTS = $(am_gnokii_OBJECTS)
10
 am__DEPENDENCIES_1 =
11
 gnokii_DEPENDENCIES = $(top_builddir)/common/libgnokii.la \
(-)gnokii/files/patch-gnokiid-Makefile.in (-3 / +12 lines)
Lines 1-6 Link Here
1
--- gnokiid/Makefile.in.orig	2008-05-03 21:21:29.000000000 +0200
1
--- gnokiid/Makefile.in.orig	2008-10-06 08:57:16.000000000 +0200
2
+++ gnokiid/Makefile.in	2008-05-29 22:14:16.000000000 +0200
2
+++ gnokiid/Makefile.in	2009-02-26 17:26:31.000000000 +0100
3
@@ -322,8 +322,8 @@
3
@@ -48,7 +48,7 @@
4
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
5
 PROGRAMS = $(bin_PROGRAMS)
6
 am_gnokiid_OBJECTS = gnokiid-gnokiid.$(OBJEXT)
7
-gnokiid_OBJECTS = $(am_gnokiid_OBJECTS)
8
+gnokiid_OBJECTS = $(am_gnokiid_OBJECTS) /usr/lib/libsdp.so
9
 am__DEPENDENCIES_1 =
10
 gnokiid_DEPENDENCIES = $(top_builddir)/common/libgnokii.la \
11
 	$(top_builddir)/common/data/libDATA.la $(am__DEPENDENCIES_1)
12
@@ -326,8 +326,8 @@
4
 	     || test -f $$p1 \
13
 	     || test -f $$p1 \
5
 	  ; then \
14
 	  ; then \
6
 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
15
 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
(-)gnokii/files/patch-smsd-Makefile.in (-3 / +12 lines)
Lines 1-6 Link Here
1
--- smsd/Makefile.in.orig	2008-05-03 21:21:32.000000000 +0200
1
--- smsd/Makefile.in.orig	2008-10-06 08:57:19.000000000 +0200
2
+++ smsd/Makefile.in	2008-05-29 22:16:37.000000000 +0200
2
+++ smsd/Makefile.in	2009-02-26 17:35:49.000000000 +0100
3
@@ -416,8 +416,8 @@
3
@@ -86,7 +86,7 @@
4
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
5
 PROGRAMS = $(bin_PROGRAMS)
6
 am_smsd_OBJECTS = smsd.$(OBJEXT) lowlevel.$(OBJEXT)
7
-smsd_OBJECTS = $(am_smsd_OBJECTS)
8
+smsd_OBJECTS = $(am_smsd_OBJECTS) /usr/lib/libsdp.so
9
 smsd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
10
 	$(am__DEPENDENCIES_1) $(top_builddir)/common/libgnokii.la
11
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
12
@@ -421,8 +421,8 @@
4
 	     || test -f $$p1 \
13
 	     || test -f $$p1 \
5
 	  ; then \
14
 	  ; then \
6
 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
15
 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
(-)gnokii/files/patch-xgnokii-Makefile.in (-3 / +12 lines)
Lines 1-6 Link Here
1
--- xgnokii/Makefile.in.orig   2008-02-23 17:19:30.000000000 +0100
1
--- xgnokii/Makefile.in.orig	2008-10-06 08:57:20.000000000 +0200
2
+++ xgnokii/Makefile.in        2008-02-23 17:19:58.000000000 +0100
2
+++ xgnokii/Makefile.in	2009-02-26 17:33:22.000000000 +0100
3
@@ -351,7 +351,8 @@
3
@@ -62,7 +62,7 @@
4
 	xgnokii-xgnokii_xring.$(OBJEXT) \
5
 	xgnokii-xgnokii_lowlevel.$(OBJEXT) \
6
 	xgnokii-xgnokii_data.$(OBJEXT)
7
-xgnokii_OBJECTS = $(am_xgnokii_OBJECTS)
8
+xgnokii_OBJECTS = $(am_xgnokii_OBJECTS) /usr/lib/libsdp.so
9
 am__DEPENDENCIES_1 =
10
 xgnokii_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
11
 	$(am__DEPENDENCIES_1) $(top_builddir)/common/libgnokii.la \
12
@@ -360,7 +360,8 @@
4
 #FIXME install help
13
 #FIXME install help
5
 HELP_DIR = docs/help
14
 HELP_DIR = docs/help
6
 pkgconfig_DATA = xgnokii.pc
15
 pkgconfig_DATA = xgnokii.pc

Return to bug 131778