From 92a96448a2ccf1c7c088fdca9881320c57c31023 Mon Sep 17 00:00:00 2001 From: fake Date: Sun, 12 Sep 2004 13:29:16 +0000 Subject: [PATCH] fake: multisync: update the irmc_sync patch for newest bluez-libs (-lsdp not needed anymore) [2004090622394725179] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4171 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../irmc_sync-newbluetoothlibs.patch | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/package/jsaw/multisync/irmc_sync-newbluetoothlibs.patch b/package/jsaw/multisync/irmc_sync-newbluetoothlibs.patch index 07b98c071..824d4866e 100644 --- a/package/jsaw/multisync/irmc_sync-newbluetoothlibs.patch +++ b/package/jsaw/multisync/irmc_sync-newbluetoothlibs.patch @@ -94,3 +94,25 @@ echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 +--- ./plugins/irmc_sync/src/Makefile.am.orig 2004-09-06 22:35:03.136190448 +0200 ++++ ./plugins/irmc_sync/src/Makefile.am 2004-09-06 22:35:15.150364016 +0200 +@@ -21,7 +21,7 @@ + libirmc_bluetooth_la_SOURCES = \ + irmc_bluetooth.c irmc_bluetooth.h + +-libirmc_bluetooth_la_LIBADD = -lbluetooth -lsdp -lpthread ++libirmc_bluetooth_la_LIBADD = -lbluetooth -lpthread + + libirmc_sync_la_SOURCES = \ + interface.c interface.h \ +--- ./plugins/irmc_sync/src/Makefile.in.orig 2004-09-06 22:35:07.207571504 +0200 ++++ ./plugins/irmc_sync/src/Makefile.in 2004-09-06 22:35:23.023167168 +0200 +@@ -109,7 +109,7 @@ + irmc_bluetooth.c irmc_bluetooth.h + + +-libirmc_bluetooth_la_LIBADD = -lbluetooth -lsdp -lpthread ++libirmc_bluetooth_la_LIBADD = -lbluetooth -lpthread + + libirmc_sync_la_SOURCES = \ + interface.c interface.h \