Edit

IABSD.fr/ports/math/gnumeric/patches

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2026-05-07 13:21:28
    Hash : af96f550
    Message : Update to gnumeric-1.12.61.

  • patch-introspection_Makefile_in
  • Our install(1) does not support the `-t' option.
    
    Index: introspection/Makefile.in
    --- introspection/Makefile.in.orig
    +++ introspection/Makefile.in
    @@ -573,7 +573,7 @@ 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 $(DESTDIR)@GIOVERRIDESDIR@ gi/overrides/Gnm.py
    +@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@	install -D -m 0444 gi/overrides/Gnm.py $(DESTDIR)@GIOVERRIDESDIR@/Gnm.py
     
     @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@uninstall-local:
     @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@	rm -f $(DESTDIR)@GIOVERRIDESDIR@/Gnm.py