Skip to content

Commit

Permalink
VERSION: updated to 078fbf8d1a4e
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeboski committed Dec 22, 2015
1 parent 70f0393 commit 8e29e41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
purple-facebook-078fbf8d1a4e (2015-12-21):
- Fixed missing link to libgio-2.0 with Windows

purple-facebook-50bb40c42245 (2015-12-21):
- Bumped the required GLib version to 2.28
- Fixed groupchat self messages
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50bb40c42245
078fbf8d1a4e
16 changes: 8 additions & 8 deletions patches/01-makefile.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.am
--- a/libpurple/protocols/facebook/Makefile.am Wed Aug 05 17:57:33 2015 -0400
+++ b/libpurple/protocols/facebook/Makefile.am Wed Aug 05 19:22:43 2015 -0400
diff -r 078fbf8d1a4e libpurple/protocols/facebook/Makefile.am
--- a/libpurple/protocols/facebook/Makefile.am Mon Dec 21 22:29:34 2015 -0500
+++ b/libpurple/protocols/facebook/Makefile.am Mon Dec 21 22:37:31 2015 -0500
@@ -23,7 +23,12 @@
thrift.c \
thrift.h \
Expand Down Expand Up @@ -28,9 +28,9 @@ diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.am
- $(GPLUGIN_CFLAGS) \
+ $(PLUGIN_CFLAGS) \
$(DEBUG_CFLAGS)
diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.mingw
--- a/libpurple/protocols/facebook/Makefile.mingw Wed Aug 05 17:57:33 2015 -0400
+++ b/libpurple/protocols/facebook/Makefile.mingw Wed Aug 05 19:22:43 2015 -0400
diff -r 078fbf8d1a4e libpurple/protocols/facebook/Makefile.mingw
--- a/libpurple/protocols/facebook/Makefile.mingw Mon Dec 21 22:29:34 2015 -0500
+++ b/libpurple/protocols/facebook/Makefile.mingw Mon Dec 21 22:37:31 2015 -0500
@@ -50,7 +50,9 @@
json.c \
mqtt.c \
Expand All @@ -42,15 +42,15 @@ diff -r 9e3520d6ec49 libpurple/protocols/facebook/Makefile.mingw

OBJECTS = $(C_SRC:%.c=%.o)

@@ -62,7 +64,6 @@
@@ -63,7 +65,6 @@
-lgobject-2.0 \
-lws2_32 \
-lintl \
- -lgplugin \
-ljson-glib-1.0 \
-lz \
-lpurple
@@ -76,12 +77,12 @@
@@ -77,12 +78,12 @@

all: $(TARGET).dll

Expand Down

0 comments on commit 8e29e41

Please sign in to comment.