Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/files/
Date: Tue, 17 May 2022 20:30:48
Message-Id: 1652818818.cdf568b226e12d72bce5c93366cef2450c0da4a6.sam@gentoo
1 commit: cdf568b226e12d72bce5c93366cef2450c0da4a6
2 Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
3 AuthorDate: Tue May 17 20:10:15 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 20:20:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf568b2
7
8 media-gfx/tuxpaint: fix missing LDFLAGS
9
10 The patch for the Makefile missed the ${LDFLAGS}.
11
12 Closes: https://bugs.gentoo.org/831451
13 Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/25541
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch | 9 +++++++++
18 1 file changed, 9 insertions(+)
19
20 diff --git a/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch b/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
21 index fdbd5136f322..05b37e1e4812 100644
22 --- a/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
23 +++ b/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
24 @@ -27,6 +27,15 @@
25 ARCH_CFLAGS:=$($(OS)_ARCH_CFLAGS)
26
27 windows_ARCH_LDFLAGS:=
28 +@@ -176,7 +176,7 @@ windows_ARCH_LDFLAGS:=
29 + macos_ARCH_LDFLAGS:=-isysroot $(SDKROOT) -L$(HOSTROOT)/lib -mmacosx-version-min=$(MINVER) -arch $(subst $() $(), -arch ,$(ARCHS))
30 + ios_ARCH_LDFLAGS:=-isysroot $(SDKROOT) -L$(HOSTROOT)/lib $(MINVEROPT) -arch $(subst $() $(), -arch ,$(ARCHS))
31 + beos_ARCH_LDFLAGS:=
32 +-linux_ARCH_LDFLAGS:=
33 ++linux_ARCH_LDFLAGS:=${LDFLAGS}
34 + ARCH_LDFLAGS:=$($(OS)_ARCH_LDFLAGS)
35 + LDFLAGS:=$(ARCH_LDFLAGS)
36 +
37 @@ -205,7 +205,7 @@ ARCH_HEADERS:=$($(OS)_ARCH_HEADERS)
38 windows_PREFIX:=/usr/local
39 macos_PREFIX:=Resources