diff options
Diffstat (limited to 'devel/gobject-introspection/files/patch-tests_Makefile.in')
-rw-r--r-- | devel/gobject-introspection/files/patch-tests_Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/gobject-introspection/files/patch-tests_Makefile.in b/devel/gobject-introspection/files/patch-tests_Makefile.in deleted file mode 100644 index ab3038962a15..000000000000 --- a/devel/gobject-introspection/files/patch-tests_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- tests/Makefile.in.orig 2017-04-17 10:01:31 UTC -+++ tests/Makefile.in -@@ -1257,7 +1257,7 @@ everything.h: everything-stamp.h - @true - - Everything-1.0.gir: libeverything-1.0.la Makefile -- $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate \ -+ $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error \ - --namespace=Everything --nsversion=1.0 \ - --libtool="$(LIBTOOL)" \ - --add-include-path=$(top_builddir) --include=Gio-2.0 \ -@@ -1266,7 +1266,7 @@ Everything-1.0.gir: libeverything-1.0.la Makefile - everything.h everything.c - - GIMarshallingTests-1.0.gir: libgimarshallingtests-1.0.la Makefile -- $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error --reparse-validate \ -+ $(AM_V_GEN) $(INTROSPECTION_SCANNER) $(INTROSPECTION_SCANNER_ARGS) --warn-all --warn-error \ - --namespace=GIMarshallingTests --symbol-prefix=gi_marshalling_tests --nsversion=1.0 \ - --libtool="$(LIBTOOL)" \ - --add-include-path=$(top_builddir) --include=Gio-2.0 \ |