diff options
Diffstat (limited to 'package/bitlbee/patches/patch-protocols_twitter_Makefile')
| -rw-r--r-- | package/bitlbee/patches/patch-protocols_twitter_Makefile | 8 | 
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 | 
