diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-10-02 00:08:11 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-10-02 00:08:11 +0000 |
commit | ee5cc5426383c62dbdc3ac2fecc1f4e70639bffd (patch) | |
tree | 402b50ff1eafef75e09e9242a830fad8082922ca /app-pda | |
parent | Ebuilds are bash files too. Bug #66052 (Manifest recommit) (diff) | |
download | gentoo-2-ee5cc5426383c62dbdc3ac2fecc1f4e70639bffd.tar.gz gentoo-2-ee5cc5426383c62dbdc3ac2fecc1f4e70639bffd.tar.bz2 gentoo-2-ee5cc5426383c62dbdc3ac2fecc1f4e70639bffd.zip |
Patch Makefile.am for -lsdp bug
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/multisync/files/multisync-0.82-bluetooth-sdp-2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-pda/multisync/files/multisync-0.82-bluetooth-sdp-2.patch b/app-pda/multisync/files/multisync-0.82-bluetooth-sdp-2.patch index af0fe2cd1492..23656ed79005 100644 --- a/app-pda/multisync/files/multisync-0.82-bluetooth-sdp-2.patch +++ b/app-pda/multisync/files/multisync-0.82-bluetooth-sdp-2.patch @@ -9,3 +9,14 @@ libirmc_sync_la_SOURCES = \ interface.c interface.h \ +--- plugins/irmc_sync/src/Makefile.am.orig 2004-10-02 01:01:29.897143248 +0100 ++++ plugins/irmc_sync/src/Makefile.am 2004-10-02 01:01:47.574455888 +0100 +@@ -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 \ |