diff options
author | 2021-03-16 19:29:23 +0000 | |
---|---|---|
committer | 2021-03-16 19:55:47 +0000 | |
commit | eab2ea7d2c58e5b10fe0503b9e88e886fdf9cfe5 (patch) | |
tree | 8bade7d3e7630674a2d7c0da06c49f02062da5e4 /media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch | |
parent | media-gfx/libimagequant: drop 2.12.2 (diff) | |
download | gentoo-eab2ea7d2c58e5b10fe0503b9e88e886fdf9cfe5.tar.gz gentoo-eab2ea7d2c58e5b10fe0503b9e88e886fdf9cfe5.tar.bz2 gentoo-eab2ea7d2c58e5b10fe0503b9e88e886fdf9cfe5.zip |
media-gfx/tuxpaint: drop 0.9.21-r2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch')
-rw-r--r-- | media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch b/media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch deleted file mode 100644 index 295684918f50..000000000000 --- a/media-gfx/tuxpaint/files/tuxpaint-0.9.21-underlinking.patch +++ /dev/null @@ -1,17 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Sat Oct 26 19:16:54 UTC 2013 -Subject: fix underlinking - -https://bugs.gentoo.org/show_bug.cgi?id=484434 - ---- tuxpaint-0.9.21/Makefile -+++ tuxpaint-0.9.21/Makefile -@@ -80,7 +80,7 @@ - windows_ARCH_LINKS:=-lintl $(PNG) -lwinspool -lshlwapi $(FRIBIDI_LIB) - osx_ARCH_LINKS:=$(PAPER_LIB) $(FRIBIDI_LIB) - beos_ARCH_LINKS:="-lintl $(PNG) -lz -lbe -liconv $(FRIBIDI_LIB)" --linux_ARCH_LINKS:=$(PAPER_LIB) $(FRIBIDI_LIB) -+linux_ARCH_LINKS:=$(PAPER_LIB) $(PNG) $(FRIBIDI_LIB) - ARCH_LINKS:=$($(OS)_ARCH_LINKS) - - # Install a launcher icon for the Nokia 770. |