Files
pkgsrc-ng/lang/gcc45/patches/patch-af
Lionel Sambuc 1ca9a4053c Revert "lang/gcc45"
This reverts commit 64ebd7810abdfd6893bd4717cf6b60311df6768c.
2016-12-04 09:10:07 +01:00

17 lines
504 B
Plaintext

$NetBSD: patch-af,v 1.1.1.1 2011/05/14 20:19:47 wiz Exp $
Avoid a reference to the wrapped make in the pkgsrc work directory from showing up
in an installed file. See ${WRKDIR}/gcc-4.4.1/libjava/contrib/aotcompile.py.in
--- libjava/configure.orig 2010-04-02 14:18:06.000000000 -0400
+++ libjava/configure
@@ -24517,7 +24517,7 @@ $as_echo "Python modules dir: ${python_m
# needed for aot-compile-rpm
-MAKE=`which make`
+MAKE=${PKGSRC_MAKE}
# Check whether --enable-aot-compile-rpm was given.