diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-03-14 09:47:56 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-03-14 09:47:56 +0100 |
commit | 647a89f5f52487aeac1d41927549d25e6bed9a54 (patch) | |
tree | 2cecffee4a5f27f69bf6c74226f2b12c385a0203 /set_soenv.in | |
parent | a788821b83eb68decaf53cdbeaed042dd3d697b3 (diff) | |
parent | 46696fc052f9501ed5bbb753cc4bfff4ac34db8a (diff) |
debuglevels: pulled and merged DEV300.m102
Diffstat (limited to 'set_soenv.in')
-rw-r--r-- | set_soenv.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 908455e17997..793951eb8a4c 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -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 { @@ -1612,6 +1612,7 @@ ToFile( "EXTERNAL_WARNINGS_NOT_ERRORS", "TRUE", "e" ); ToFile( "PRODUCT", "@PRODUCT@", "e" ); ToFile( "PROFULLSWITCH", "@PROFULLSWITCH@", "e" ); ToFile( "PROEXT", $PROEXT, "e" ); +ToFile( "VALGRIND_CFLAGS", "@VALGRIND_CFLAGS@", "e" ); ToFile( "UNIXWRAPPERNAME", "@UNIXWRAPPERNAME@","e" ); ToFile( "BUILD_MOZAB", "@BUILD_MOZAB@", "e" ); ToFile( "PREBUILD_MOZAB", $PREBUILD_MOZAB, "e" ); |