pkgsrc/lang/gcc44/patches/patch-af
hans 679a72c1db Update to 4.4.5, fixes a build problem on OpenIndiana (and probably
Solaris 11 Express, too).

Changes 4.4.5:

The GNU project and the GCC developers are pleased to announce the
release of GCC 4.4.5.

This release is a bug-fix release, containing fixes for regressions in
GCC 4.4.4 relative to previous releases of GCC.
2011-02-25 13:34:56 +00:00

16 lines
566 B
Text

$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.