ports/java/java-gcj-compat/files/patch-configure
Maho Nakata 608284ba70 Add java-gcj-compat. With scripts and symlinks, now gcj installation acts
like a Java SDK.

WWW: ftp://sources.redhat.com/pub/rhug/
2006-07-29 04:54:34 +00:00

11 lines
272 B
Text

--- configure~ Mon Jul 24 18:03:23 2006
+++ configure Sat Jul 29 12:32:48 2006
@@ -1996,7 +1996,7 @@
# special-case gjdoc and make which are not in the GCC tree
GJDOC=`which gjdoc`
-MAKE=`which make`
+MAKE=`which gmake`
# Find gcj prefix using gcj found in PATH.