diff options
author | 2005-09-14 17:43:27 +0000 | |
---|---|---|
committer | 2005-09-14 17:43:27 +0000 | |
commit | f29fcdfbe0ce11e5e6bcb735a5338a021ffc90f2 (patch) | |
tree | 54c40c6e289aec2a4b80785fec3b9b068cde7416 /profiles | |
parent | New upstream version (diff) | |
download | historical-f29fcdfbe0ce11e5e6bcb735a5338a021ffc90f2.tar.gz historical-f29fcdfbe0ce11e5e6bcb735a5338a021ffc90f2.tar.bz2 historical-f29fcdfbe0ce11e5e6bcb735a5338a021ffc90f2.zip |
Static linking on OSX will usually not work, hence I mask the static USE
flag. See GCC manpage (-static) for details.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-darwin/macos/10.3/use.mask | 3 | ||||
-rw-r--r-- | profiles/default-darwin/macos/10.4/use.mask | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/default-darwin/macos/10.3/use.mask b/profiles/default-darwin/macos/10.3/use.mask index e48ae1e046ed..96d86b2755e3 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -20,3 +20,6 @@ imlib # wxwindows needs wxGTK which in turn needs gtk+ wxwindows + +# see GCC man-page (-static): "This option will not work on Mac OS X..." +static diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index e96a46556e04..d1643956cd41 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -21,3 +21,6 @@ imlib # wxwindows needs wxGTK which in turn needs gtk+ wxwindows + +# see GCC man-page (-static): "This option will not work on Mac OS X..." +static |