Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/tuxpaint/files: tuxpaint-0.9.21-underlinking.patch
Date: Sat, 26 Oct 2013 19:50:50
Message-Id: 20131026195045.9DF3F20005@flycatcher.gentoo.org
1 hasufell 13/10/26 19:50:45
2
3 Added: tuxpaint-0.9.21-underlinking.patch
4 Log:
5 fix underlinking wrt #484434
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: tuxpaint-0.9.21-underlinking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Sat Oct 26 19:16:54 UTC 2013
19 Subject: fix underlinking
20
21 https://bugs.gentoo.org/show_bug.cgi?id=484434
22
23 --- tuxpaint-0.9.21/Makefile
24 +++ tuxpaint-0.9.21/Makefile
25 @@ -80,7 +80,7 @@
26 windows_ARCH_LINKS:=-lintl $(PNG) -lwinspool -lshlwapi $(FRIBIDI_LIB)
27 osx_ARCH_LINKS:=$(PAPER_LIB) $(FRIBIDI_LIB)
28 beos_ARCH_LINKS:="-lintl $(PNG) -lz -lbe -liconv $(FRIBIDI_LIB)"
29 -linux_ARCH_LINKS:=$(PAPER_LIB) $(FRIBIDI_LIB)
30 +linux_ARCH_LINKS:=$(PAPER_LIB) $(PNG) $(FRIBIDI_LIB)
31 ARCH_LINKS:=$($(OS)_ARCH_LINKS)
32
33 # Install a launcher icon for the Nokia 770.