set_soenv.in: fixed FRAMEWORKSHOME path prefix for MacOSX JavaVM.framework.

This commit is contained in:
Matthias Huetsch [mhu] 2011-01-27 14:38:02 +01:00
parent 19563cec2d
commit 0b298702e4

View file

@ -967,7 +967,7 @@ $XINC = PathFormat('@XINC@'); # X11 includes
# Mac OS X/Darwin only variables.
if ( $platform =~ m/darwin/ )
{ $FRAMEWORKSHOME = $ds."System".$ds."Library".$ds."Frameworks";
{ $FRAMEWORKSHOME = $ds."Developer".$ds."SDKs".$ds."MacOSX10.4u.sdk".$ds."System".$ds."Library".$ds."Frameworks";
if ( $XLIB eq "no_x_libraries" ) {
$GUIBASE = "aqua";
} else {