diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-25 20:20:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-25 20:20:24 +0000 |
commit | cc3cc974feadc067b30e3f29c0890d8d5316bb5a (patch) | |
tree | 46815408a8d34d17f48c7a095f36ccb012f6d2c6 /math/gnumeric/files/patch-introspection_Makefile.in | |
parent | Update goffice010 to 0.10.43 (diff) |
Update gnumeric to 1.12.43.
PR: 221450 (based on)
Submitted by: lightside <lightside@gmx.com>
Diffstat (limited to 'math/gnumeric/files/patch-introspection_Makefile.in')
-rw-r--r-- | math/gnumeric/files/patch-introspection_Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/gnumeric/files/patch-introspection_Makefile.in b/math/gnumeric/files/patch-introspection_Makefile.in new file mode 100644 index 000000000000..cffec48fe30d --- /dev/null +++ b/math/gnumeric/files/patch-introspection_Makefile.in @@ -0,0 +1,12 @@ +--- introspection/Makefile.in.orig 2018-09-24 20:30:45 UTC ++++ introspection/Makefile.in +@@ -565,7 +565,8 @@ uninstall-am: uninstall-local + + + @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@install-data-local: +-@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ install -D -m 0444 -t @GIOVERRIDESDIR@ gi/overrides/Gnm.py ++@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ @MKDIR_P@ ${DESTDIR}@GIOVERRIDESDIR@ ++@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ install -m 0444 gi/overrides/Gnm.py ${DESTDIR}@GIOVERRIDESDIR@ + + @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@uninstall-local: + @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ rm -f @GIOVERRIDESDIR@/Gnm.py |