diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-11-11 02:41:36 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-11-11 02:41:36 +0000 |
commit | 7098083ec3f24f5bc9925170993cbe857f7d4401 (patch) | |
tree | 03b7e631b667e5d4ef93d08bc6aaf41c4e447f71 /dev-util/astyle | |
parent | Install all man pages. (diff) | |
download | gentoo-2-7098083ec3f24f5bc9925170993cbe857f7d4401.tar.gz gentoo-2-7098083ec3f24f5bc9925170993cbe857f7d4401.tar.bz2 gentoo-2-7098083ec3f24f5bc9925170993cbe857f7d4401.zip |
Updated patch to remove last strip command on java lib.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'dev-util/astyle')
-rw-r--r-- | dev-util/astyle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/astyle/files/astyle-1.22-Makefile.patch | 11 |
2 files changed, 17 insertions, 2 deletions
diff --git a/dev-util/astyle/ChangeLog b/dev-util/astyle/ChangeLog index 34f0fbb146d3..bf8987292db0 100644 --- a/dev-util/astyle/ChangeLog +++ b/dev-util/astyle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/astyle # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.31 2008/10/18 15:20:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.32 2008/11/11 02:41:36 nerdboy Exp $ + + 11 Nov 2008; Steve Arnold <nerdboy@gentoo.org> + files/astyle-1.22-Makefile.patch: + Updated patch to remove last strip command on java lib. 18 Oct 2008; Raúl Porcel <armin76@gentoo.org> astyle-1.22.ebuild: alpha/x86 stable wrt #220739 @@ -52,7 +56,7 @@ Dropped ppc-macos keyword, see you in prefix 14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> astyle-1.21.ebuild: - Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.31 2008/10/18 15:20:21 armin76 Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.32 2008/11/11 02:41:36 nerdboy Exp $ string. *astyle-1.21 (07 Oct 2007) diff --git a/dev-util/astyle/files/astyle-1.22-Makefile.patch b/dev-util/astyle/files/astyle-1.22-Makefile.patch index aa1dd25c21ff..44779a28b0cf 100644 --- a/dev-util/astyle/files/astyle-1.22-Makefile.patch +++ b/dev-util/astyle/files/astyle-1.22-Makefile.patch @@ -50,3 +50,14 @@ @ echo shareddebug: libastyled.so +--- buildgcc/Makefile.orig 2008-11-10 18:00:51.462464681 -0800 ++++ buildgcc/Makefile 2008-11-10 18:31:21.586465413 -0800 +@@ -140,7 +140,7 @@ + java: libastylej.so + libastylej.so: $(OBJsj) + @ mkdir -p $(bindir) +- $(CXX) -shared -Wl,-soname,$@ -s -o $(bindir)/$@ $^ ++ $(CXX) -shared -Wl,-soname,$@ -o $(bindir)/$@ $^ + @ echo + + javadebug: libastylejd.so |