* [gentoo-commits] gentoo-x86 commit in sys-devel/automake/files: automake-1.11.1-check-java.patch
@ 2011-04-08 18:02 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-04-08 18:02 UTC (permalink / raw
To: gentoo-commits
vapier 11/04/08 18:02:51
Added: automake-1.11.1-check-java.patch
Log:
Add fix by Petteri Räty for java handling #362323.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-devel/automake/files/automake-1.11.1-check-java.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/files/automake-1.11.1-check-java.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/files/automake-1.11.1-check-java.patch?rev=1.1&content-type=text/plain
Index: automake-1.11.1-check-java.patch
===================================================================
should be in upstream git now
https://bugs.gentoo.org/362323
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8234
diff --git a/automake.in b/automake.in
index d74730d..a8ec749 100755
--- a/automake.in
+++ b/automake.in
@@ -5121,8 +5121,14 @@ sub handle_java
$dir = $curs;
}
-
- push (@all, 'class' . $dir . '.stamp');
+ if ($dir eq 'check')
+ {
+ push (@check, "class$dir.stamp");
+ }
+ else
+ {
+ push (@all, "class$dir.stamp");
+ }
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-08 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 18:02 [gentoo-commits] gentoo-x86 commit in sys-devel/automake/files: automake-1.11.1-check-java.patch Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox