summaryrefslogtreecommitdiff
path: root/package/bitlbee/patches/patch-protocols_twitter_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_twitter_Makefile
parent460a1397e45c88db2ec6ab113e5384572c6b5221 (diff)
bitlbee: update to 3.5.1
Diffstat (limited to 'package/bitlbee/patches/patch-protocols_twitter_Makefile')
-rw-r--r--package/bitlbee/patches/patch-protocols_twitter_Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/package/bitlbee/patches/patch-protocols_twitter_Makefile b/package/bitlbee/patches/patch-protocols_twitter_Makefile
index b51c8d2e2..1dba18e51 100644
--- a/package/bitlbee/patches/patch-protocols_twitter_Makefile
+++ b/package/bitlbee/patches/patch-protocols_twitter_Makefile
@@ -1,5 +1,5 @@
---- bitlbee-3.0.1.orig/protocols/twitter/Makefile 2010-11-24 23:44:00.000000000 +0100
-+++ bitlbee-3.0.1/protocols/twitter/Makefile 2011-03-03 22:42:34.000000000 +0100
+--- bitlbee-3.5.1.orig/protocols/twitter/Makefile 2017-01-30 21:45:59.000000000 +0100
++++ bitlbee-3.5.1/protocols/twitter/Makefile 2017-05-20 12:16:01.590573095 +0200
@@ -14,7 +14,7 @@ endif
# [SH] Program variables
objects = twitter.o twitter_http.o twitter_lib.o
@@ -9,16 +9,11 @@
# [SH] Phony targets
all: twitter_mod.o
-@@ -37,10 +37,10 @@ $(objects): ../../Makefile.settings Make
-
- $(objects): %.o: $(SRCDIR)%.c
- @echo '*' Compiling $<
-- @$(CC) -c $(CFLAGS) $< -o $@
-+ $(CC) -c $(CFLAGS) $< -o $@
+@@ -41,6 +41,6 @@ $(objects): %.o: $(_SRCDIR_)%.c
twitter_mod.o: $(objects)
@echo '*' Linking twitter_mod.o
- @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o
-+ $(CC) $(LFLAGS) $(objects) -o twitter_mod.o
++ @$(CC) $(LFLAGS) $(objects) -o twitter_mod.o
-include .depend/*.d