mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
$NetBSD: patch-af,v 1.2 2011/02/25 13:34:56 hans 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 2009-07-22 07:43:59.000000000 +0000
|
|
+++ libjava/configure 2009-09-23 12:51:11.000000000 +0000
|
|
@@ -28129,7 +28129,7 @@ echo "${ECHO_T}Python modules dir: ${pyt
|
|
|
|
|
|
# needed for aot-compile-rpm
|
|
-MAKE=`which make`
|
|
+MAKE=${PKGSRC_MAKE}
|
|
|
|
|
|
# Check whether --enable-aot-compile-rpm or --disable-aot-compile-rpm was given.
|