commit: cdf568b226e12d72bce5c93366cef2450c0da4a6
Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Tue May 17 20:10:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 20:20:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf568b2
media-gfx/tuxpaint: fix missing LDFLAGS
The patch for the Makefile missed the ${LDFLAGS}.
Closes: https://bugs.gentoo.org/831451
Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25541
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
b/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
index fdbd5136f322..05b37e1e4812 100644
--- a/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
+++ b/media-gfx/tuxpaint/files/tuxpaint-0.9.27-Makefile.patch
@@ -27,6 +27,15 @@
ARCH_CFLAGS:=$($(OS)_ARCH_CFLAGS)
windows_ARCH_LDFLAGS:=
+@@ -176,7 +176,7 @@ windows_ARCH_LDFLAGS:=
+ macos_ARCH_LDFLAGS:=-isysroot $(SDKROOT) -L$(HOSTROOT)/lib
-mmacosx-version-min=$(MINVER) -arch $(subst $() $(), -arch ,$(ARCHS))
+ ios_ARCH_LDFLAGS:=-isysroot $(SDKROOT) -L$(HOSTROOT)/lib $(MINVEROPT) -arch
$(subst $() $(), -arch ,$(ARCHS))
+ beos_ARCH_LDFLAGS:=
+-linux_ARCH_LDFLAGS:=
++linux_ARCH_LDFLAGS:=${LDFLAGS}
+ ARCH_LDFLAGS:=$($(OS)_ARCH_LDFLAGS)
+ LDFLAGS:=$(ARCH_LDFLAGS)
+
@@ -205,7 +205,7 @@ ARCH_HEADERS:=$($(OS)_ARCH_HEADERS)
windows_PREFIX:=/usr/local
macos_PREFIX:=Resources