summaryrefslogtreecommitdiff
path: root/package/bitlbee/patches/patch-protocols_oscar_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-20 12:23:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-20 20:50:22 +0200
commit9af5d5a823f9756d7d2b4fd8c1fd79ebd9c675f0 (patch)
treec0c0fce24dcf757c8e24c298545d392d3d69fb01 /package/bitlbee/patches/patch-protocols_oscar_Makefile
parent460a1397e45c88db2ec6ab113e5384572c6b5221 (diff)
bitlbee: update to 3.5.1
Diffstat (limited to 'package/bitlbee/patches/patch-protocols_oscar_Makefile')
-rw-r--r--package/bitlbee/patches/patch-protocols_oscar_Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/bitlbee/patches/patch-protocols_oscar_Makefile b/package/bitlbee/patches/patch-protocols_oscar_Makefile
index c11eaea1c..b9dcedf9f 100644
--- a/package/bitlbee/patches/patch-protocols_oscar_Makefile
+++ b/package/bitlbee/patches/patch-protocols_oscar_Makefile
@@ -1,5 +1,5 @@
---- bitlbee-3.0.1.orig/protocols/oscar/Makefile 2010-11-24 23:44:00.000000000 +0100
-+++ bitlbee-3.0.1/protocols/oscar/Makefile 2011-03-03 22:40:43.000000000 +0100
+--- bitlbee-3.5.1.orig/protocols/oscar/Makefile 2017-01-30 21:45:59.000000000 +0100
++++ bitlbee-3.5.1/protocols/oscar/Makefile 2017-05-20 12:16:09.175061142 +0200
@@ -15,7 +15,7 @@ endif
# [SH] Program variables
objects = admin.o auth.o bos.o buddylist.o chat.o chatnav.o conn.o icq.o im.o info.o misc.o msgcookie.o rxhandlers.o rxqueue.o search.o service.o snac.o ssi.o stats.o tlv.o txqueue.o oscar_util.o oscar.o
@@ -11,10 +11,10 @@
all: oscar_mod.o
@@ -38,10 +38,10 @@ $(objects): ../../Makefile.settings Make
- $(objects): %.o: $(SRCDIR)%.c
+ $(objects): %.o: $(_SRCDIR_)%.c
@echo '*' Compiling $<
-- @$(CC) -c $(CFLAGS) $< -o $@
-+ $(CC) -c $(CFLAGS) $< -o $@
+- @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
++ $(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
oscar_mod.o: $(objects)
@echo '*' Linking oscar_mod.o