summaryrefslogtreecommitdiff
path: root/package/bitlbee/patches/patch-protocols_twitter_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-18 06:05:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:05 +0100
commit728a8ca1cf790d87e757d92bf6adfb0c308eaa8f (patch)
treeb60867c1d8352f31be6bbd6d83710e02b89ec832 /package/bitlbee/patches/patch-protocols_twitter_Makefile
parent9d14fad961d252771d119c136826b1565105b8b3 (diff)
bitlbee: update to 3.6
Diffstat (limited to 'package/bitlbee/patches/patch-protocols_twitter_Makefile')
-rw-r--r--package/bitlbee/patches/patch-protocols_twitter_Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/bitlbee/patches/patch-protocols_twitter_Makefile b/package/bitlbee/patches/patch-protocols_twitter_Makefile
index 1dba18e51..f9be7d888 100644
--- a/package/bitlbee/patches/patch-protocols_twitter_Makefile
+++ b/package/bitlbee/patches/patch-protocols_twitter_Makefile
@@ -1,5 +1,5 @@
---- 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
+--- bitlbee-3.6.orig/protocols/twitter/Makefile 2019-02-07 20:53:38.000000000 +0100
++++ bitlbee-3.6/protocols/twitter/Makefile 2024-02-14 17:50:59.239530536 +0100
@@ -14,7 +14,7 @@ endif
# [SH] Program variables
objects = twitter.o twitter_http.o twitter_lib.o
@@ -13,7 +13,7 @@
twitter_mod.o: $(objects)
@echo '*' Linking twitter_mod.o
-- @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o
-+ @$(CC) $(LFLAGS) $(objects) -o twitter_mod.o
+- $(VERBOSE) $(LD) $(LFLAGS) $(objects) -o twitter_mod.o
++ $(VERBOSE) $(CC) $(LFLAGS) $(objects) -o twitter_mod.o
-include .depend/*.d