Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / gcc47 / patches / patch-libjava_configure
bloba7f02664a3365726e8a572b38b35fd6c9425893f
1 $NetBSD$
3 Avoid a reference to the wrapped make in the pkgsrc work directory from
4 showing up in an installed file.
5 See: libjava/contrib/aotcompile.py.in
7 --- libjava/configure.orig      2012-03-22 07:37:39.000000000 +0000
8 +++ libjava/configure
9 @@ -24692,7 +24692,7 @@ $as_echo "Python modules dir: ${python_m
12  # needed for aot-compile-rpm
13 -MAKE=`which make`
14 +MAKE=${PKGSRC_MAKE}
17  # Check whether --enable-aot-compile-rpm was given.