|
|
@ -0,0 +1,36 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../glib/glib-no_python.diff |
|
|
|
# Copyright (C) 2015 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
|
# This patch file is dual-licensed. It is available under the license the |
|
|
|
# patched project is licensed under, as long as it is an OpenSource license |
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
|
|
# of the GNU General Public License as published by the Free Software |
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
|
|
# version. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- glib-2.45.2.org/gio/Makefile.in
|
|
|
|
+++ glib-2.45.2/gio/Makefile.in
|
|
|
|
@@ -832,7 +832,7 @@
|
|
|
|
*) \ |
|
|
|
b='$*';; \ |
|
|
|
esac |
|
|
|
-DIST_SUBDIRS = gdbus-2.0/codegen xdgmime inotify kqueue win32 . tests \
|
|
|
|
+DIST_SUBDIRS = xdgmime inotify kqueue win32 . tests \
|
|
|
|
fam |
|
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gio.rc.in \ |
|
|
|
$(srcdir)/gnetworking.h.in $(top_srcdir)/depcomp \ |
|
|
|
@@ -1213,7 +1213,7 @@
|
|
|
|
@ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_scripts) $(dist_installed_test_scripts) |
|
|
|
|
|
|
|
@ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test) |
|
|
|
-SUBDIRS = gdbus-2.0/codegen $(am__append_15) $(am__append_19) \
|
|
|
|
+SUBDIRS = $(am__append_15) $(am__append_19) \
|
|
|
|
$(am__append_22) $(am__append_25) . tests $(am__append_28) |
|
|
|
@MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gio-2.0.lib $(DESTDIR)$(libdir) |
|
|
|
@MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gio-2.0.lib |