diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 05:53:12 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-23 05:53:12 -0500 |
commit | 0eb073effd58ce6a5a23d7dd502441ac1e0b11a3 (patch) | |
tree | 01609faf778918355ec0b00ba1caf01d1dc833cf /user/libmms/remove-glib-dep.patch | |
parent | 3a3eda47040b4a3f019e6e831d1779d7ae8b618b (diff) | |
download | packages-0eb073effd58ce6a5a23d7dd502441ac1e0b11a3.tar.gz packages-0eb073effd58ce6a5a23d7dd502441ac1e0b11a3.tar.bz2 packages-0eb073effd58ce6a5a23d7dd502441ac1e0b11a3.tar.xz packages-0eb073effd58ce6a5a23d7dd502441ac1e0b11a3.zip |
user/libmms: pull in, fix up, remove unnecessary GLib, modernise
Diffstat (limited to 'user/libmms/remove-glib-dep.patch')
-rw-r--r-- | user/libmms/remove-glib-dep.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/user/libmms/remove-glib-dep.patch b/user/libmms/remove-glib-dep.patch new file mode 100644 index 000000000..761733325 --- /dev/null +++ b/user/libmms/remove-glib-dep.patch @@ -0,0 +1,14 @@ +https://sourceforge.net/p/libmms/bugs/22/ + +libmms does not use GLib any more. + +--- libmms-0.6.4/pkgconfig/libmms.pc.in.old 2014-03-28 13:25:43.000000000 +0000 ++++ libmms-0.6.4/pkgconfig/libmms.pc.in 2018-07-23 10:52:10.130000000 +0000 +@@ -5,7 +5,6 @@ + + Name: libmms + Description: Library implementing the MMS protocol +-Requires: glib-2.0 + Version: @VERSION@ + Libs: -L${libdir} -lmms -lm + Cflags: -I${includedir} |