diff options
author | marcus <marcus@FreeBSD.org> | 2011-08-21 01:21:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-08-21 01:21:53 +0800 |
commit | 04915d00eb7fa793eb9e19d43b47402ef4304124 (patch) | |
tree | d159eb806ab32b7cd906b62bfd6b9503350e0f89 /devel/gobject-introspection | |
parent | 00e0ecf644f18a27abf1ad5c5ec90edf8649a113 (diff) | |
download | freebsd-ports-gnome-04915d00eb7fa793eb9e19d43b47402ef4304124.tar.gz freebsd-ports-gnome-04915d00eb7fa793eb9e19d43b47402ef4304124.tar.zst freebsd-ports-gnome-04915d00eb7fa793eb9e19d43b47402ef4304124.zip |
Fix a potential build problem by testing too much.
Submitted by: mi
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/files/patch-tests_Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/gobject-introspection/files/patch-tests_Makefile.in b/devel/gobject-introspection/files/patch-tests_Makefile.in new file mode 100644 index 000000000000..4edb7bf4dc00 --- /dev/null +++ b/devel/gobject-introspection/files/patch-tests_Makefile.in @@ -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 \ |