Created
September 7, 2009 02:35
-
-
Save careo/182111 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -u -r a/configure b/configure | |
| --- a/configure 2009-01-26 14:10:42.000000000 -0500 | |
| +++ b/configure 2009-01-26 10:21:29.000000000 -0500 | |
| @@ -9,9 +9,9 @@ | |
| BJAM="" | |
| TOOLSET="" | |
| -BJAM_CONFIG="" | |
| +BJAM_CONFIG="architecture=x86 address-model=64 --layout=system" | |
| BUILD="" | |
| -PREFIX=/usr/local | |
| +PREFIX=/usr/64 | |
| EPREFIX= | |
| LIBDIR= | |
| INCLUDEDIR= | |
| diff -u -r a/tools/build/v2/tools/darwin.jam b/tools/build/v2/tools/darwin.jam | |
| --- a/tools/build/v2/tools/darwin.jam 2009-01-26 14:22:08.000000000 -0500 | |
| +++ b/tools/build/v2/tools/darwin.jam 2009-01-26 10:22:08.000000000 -0500 | |
| @@ -367,5 +367,5 @@ | |
| actions link.dll bind LIBRARIES | |
| { | |
| - "$(CONFIG_COMMAND)" -dynamiclib -Wl,-single_module -install_name "$(<:B)$(<:S)" -L"$(LINKPATH)" -o "$(<)" "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST) $(FRAMEWORK_PATH) -framework$(_)$(FRAMEWORK:D=:S=) $(OPTIONS) $(USER_OPTIONS) | |
| + "$(CONFIG_COMMAND)" -dynamiclib -Wl,-single_module -install_name "/usr/64/lib/$(<:B)$(<:S)" -L"$(LINKPATH)" -o "$(<)" "$(>)" "$(LIBRARIES)" -l$(FINDLIBS-SA) -l$(FINDLIBS-ST) $(FRAMEWORK_PATH) -framework$(_)$(FRAMEWORK:D=:S=) $(OPTIONS) $(USER_OPTIONS) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment