diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-09-11 13:30:08 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-09-11 13:30:08 +0200 |
commit | e46d8efe9bed44aacc366b3b84c0498cbfc04b37 (patch) | |
tree | 09c710f3b3d283cced38d3c3e2820b706bacc064 | |
parent | 828d0182110c030e5f1b6ae89c9eae77766bbece (diff) | |
download | midipix_build-e46d8efe9bed44aacc366b3b84c0498cbfc04b37.tar.bz2 midipix_build-e46d8efe9bed44aacc366b3b84c0498cbfc04b37.tar.xz |
Fixes glib v2.46.2 (followup to <af1d9cc27a3978b500c5e7a8a0e08f21602acdec>.)
-rw-r--r-- | glib-2.46.2.local.patch | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/glib-2.46.2.local.patch b/glib-2.46.2.local.patch index 54b7b067..8153cb8a 100644 --- a/glib-2.46.2.local.patch +++ b/glib-2.46.2.local.patch @@ -157,10 +157,14 @@ else glib_cv_eventfd=no fi ---- glib-2.46.2/gio/inotify/Makefile.am.orig 2016-09-10 15:04:00.867278378 -0400 -+++ glib-2.46.2/gio/inotify/Makefile.am 2016-09-10 15:04:10.803952251 -0400 -@@ -26,3 +26,4 @@ - -DGIO_COMPILATION \ - -DG_DISABLE_DEPRECATED - +--- glib-2.46.2/gio/inotify/Makefile.in.orig 2015-11-06 23:28:59.000000000 +0100 ++++ glib-2.46.2/gio/inotify/Makefile.in 2016-09-07 05:20:16.670049836 +0200 +@@ -180,7 +180,7 @@ + "$(DESTDIR)$(installed_test_metadir)" \ + "$(DESTDIR)$(installed_testdir)" + LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_LTLIBRARIES) +-libinotify_la_LIBADD = +libinotify_la_LIBADD = -L../../glib -lglib-2.0 + am__objects_1 = + am_libinotify_la_OBJECTS = libinotify_la-inotify-kernel.lo \ + libinotify_la-inotify-sub.lo libinotify_la-inotify-path.lo \ |