summaryrefslogtreecommitdiff
path: root/package/bitlbee/patches/patch-protocols_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_Makefile
parent460a1397e45c88db2ec6ab113e5384572c6b5221 (diff)
bitlbee: update to 3.5.1
Diffstat (limited to 'package/bitlbee/patches/patch-protocols_Makefile')
-rw-r--r--package/bitlbee/patches/patch-protocols_Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/package/bitlbee/patches/patch-protocols_Makefile b/package/bitlbee/patches/patch-protocols_Makefile
index 2608b77b0..77ce80f3d 100644
--- a/package/bitlbee/patches/patch-protocols_Makefile
+++ b/package/bitlbee/patches/patch-protocols_Makefile
@@ -1,5 +1,5 @@
---- bitlbee-3.0.1.orig/protocols/Makefile 2010-11-24 23:44:00.000000000 +0100
-+++ bitlbee-3.0.1/protocols/Makefile 2011-03-03 22:43:33.000000000 +0100
+--- bitlbee-3.5.1.orig/protocols/Makefile 2017-01-30 21:45:59.000000000 +0100
++++ bitlbee-3.5.1/protocols/Makefile 2017-05-20 12:17:34.748567834 +0200
@@ -24,7 +24,7 @@ subdirobjs = $(PROTOOBJS)
# Expansion of variables
@@ -9,18 +9,12 @@
# [SH] Phony targets
all: protocols.o
-@@ -48,12 +48,12 @@ $(subdirs):
+@@ -48,7 +48,7 @@ $(subdirs):
protocols.o: $(objects) $(subdirs)
@echo '*' Linking protocols.o
- @$(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o
-+ $(CC) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o
++ @$(CC) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o
$(objects): ../Makefile.settings Makefile
- $(objects): %.o: $(SRCDIR)%.c
- @echo '*' Compiling $<
-- @$(CC) -c $(CFLAGS) $< -o $@
-+ $(CC) -c $(CFLAGS) $< -o $@
-
- -include .depend/*.d