From f59467708689ea58376b33efeef1059b69255fef Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 19 Dec 2019 22:17:33 +0000 Subject: Fix parallel build. --- graphics/tuxpaint-config/distinfo | 3 ++- graphics/tuxpaint-config/patches/patch-Makefile | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 graphics/tuxpaint-config/patches/patch-Makefile diff --git a/graphics/tuxpaint-config/distinfo b/graphics/tuxpaint-config/distinfo index b277773776d..4b6a13d7687 100644 --- a/graphics/tuxpaint-config/distinfo +++ b/graphics/tuxpaint-config/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.9 2018/09/02 12:55:25 wiz Exp $ +$NetBSD: distinfo,v 1.10 2019/12/19 22:17:33 joerg Exp $ SHA1 (tuxpaint-config-0.0.14.tar.gz) = 9efe6e4d4ad92df1a1a4e5c4f4eff4b1dbde8b0e RMD160 (tuxpaint-config-0.0.14.tar.gz) = d924da13b0f7221fb34f9d8fe9adeb109d8dd57b SHA512 (tuxpaint-config-0.0.14.tar.gz) = 2e4482189fed81a7a82f41773a527c5b391ed19800279a1684634fdfd25f5c7f19c4ee42f483e0f3b8a683912c163f9846fc32f663e8fac0f7cf6d8a98c6740c Size (tuxpaint-config-0.0.14.tar.gz) = 472856 bytes +SHA1 (patch-Makefile) = 89f50784f5bf2c1ca43203ac48d8948afa99ad6a diff --git a/graphics/tuxpaint-config/patches/patch-Makefile b/graphics/tuxpaint-config/patches/patch-Makefile new file mode 100644 index 00000000000..2715618c4bc --- /dev/null +++ b/graphics/tuxpaint-config/patches/patch-Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile,v 1.1 2019/12/19 22:17:33 joerg Exp $ + +Ensure that trans directory is made before trying to put files in it. + +--- Makefile.orig 2019-12-19 18:27:04.435743784 +0000 ++++ Makefile +@@ -406,7 +406,7 @@ endif + + # Build the translation files for gettext + +-$(MOFILES): trans/%.mo: src/po/%.po ++$(MOFILES): trans/%.mo: src/po/%.po trans + msgfmt -o $@ $< + + .PHONY: translations -- cgit v1.2.3