Fix a potential build problem by testing too much.
Submitted by: mi
This commit is contained in:
parent
59d207f8bb
commit
cb07811ee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280082
1 changed files with 20 additions and 0 deletions
20
devel/gobject-introspection/files/patch-tests_Makefile.in
Normal file
20
devel/gobject-introspection/files/patch-tests_Makefile.in
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- tests/Makefile.in.orig 2011-08-20 13:20:09.000000000 -0400
|
||||
+++ tests/Makefile.in 2011-08-20 13:20:26.000000000 -0400
|
||||
@@ -820,7 +820,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 \
|
||||
@@ -828,7 +828,7 @@ Everything-1.0.gir: libeverything-1.0.la
|
||||
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 \
|
Loading…
Reference in a new issue