pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/mate-backgrounds/patches mate-backgrounds: ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b18768226ddb
branches:  trunk
changeset: 388826:b18768226ddb
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Nov 27 04:55:40 2022 +0000

description:
mate-backgrounds: add patch missed in previous commit

diffstat:

 graphics/mate-backgrounds/patches/patch-Makefile.in |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r e2b5c1c29466 -r b18768226ddb graphics/mate-backgrounds/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/mate-backgrounds/patches/patch-Makefile.in       Sun Nov 27 04:55:40 2022 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-Makefile.in,v 1.1 2022/11/27 04:55:40 gutteridge Exp $
+
+Continue to install .mo files. Some other expectation in the build tooling
+isn't working as intended.
+
+--- Makefile.in.orig   2021-08-04 08:39:51.000000000 +0000
++++ Makefile.in
+@@ -830,8 +830,8 @@ dist-hook:
+ 
+ # we don't want to install mo files, all translations are already stored
+ # in xml files
+-install-data-local:
+-      $(MAKE) -C po uninstall
++#install-data-local:
++#     $(MAKE) -C po uninstall
+ 
+ # Build ChangeLog from GIT  history
+ ChangeLog:



Home | Main Index | Thread Index | Old Index