Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/tuxpaint/files: tuxpaint-0.9.19-strip.patch
Date: Sat, 25 Oct 2008 13:14:18
Message-Id: E1Ktiy6-0000Gf-6y@stork.gentoo.org
1 maekke 08/10/25 13:14:14
2
3 Added: tuxpaint-0.9.19-strip.patch
4 Log:
5 do not prestrip files, bug #243836; respect CC variable
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 i686)
7
8 Revision Changes Path
9 1.1 media-gfx/tuxpaint/files/tuxpaint-0.9.19-strip.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tuxpaint/files/tuxpaint-0.9.19-strip.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tuxpaint/files/tuxpaint-0.9.19-strip.patch?rev=1.1&content-type=text/plain
13
14 Index: tuxpaint-0.9.19-strip.patch
15 ===================================================================
16 diff -ru tuxpaint-0.9.19.orig/magic/Makefile tuxpaint-0.9.19/magic/Makefile
17 --- tuxpaint-0.9.19.orig/magic/Makefile 2008-10-25 14:58:57.000000000 +0200
18 +++ tuxpaint-0.9.19/magic/Makefile 2008-10-25 14:59:13.000000000 +0200
19 @@ -50,7 +50,6 @@
20 shift.$(SO_TYPE) \
21 calligraphy.$(SO_TYPE) \
22 distortion.$(SO_TYPE)
23 - @strip *.$(SO_TYPE)
24
25 install:
26 cd .. ; make install-magic-plugins