diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-01-14 12:53:52 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-01-14 12:53:52 +0000 |
commit | d5b66b64e162be1f971eae7e943a2ceb1c4efd5a (patch) | |
tree | f3b8d50528719ca8b249c64b43f0195fd9417add /profiles | |
parent | Stable on x86. (diff) | |
download | historical-d5b66b64e162be1f971eae7e943a2ceb1c4efd5a.tar.gz historical-d5b66b64e162be1f971eae7e943a2ceb1c4efd5a.tar.bz2 historical-d5b66b64e162be1f971eae7e943a2ceb1c4efd5a.zip |
Masking fpx use-flag as libfpx doesn't compile on OSX.
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 77ba154d072b..d3191bd8633f 100644 --- a/profiles/default-darwin/macos/10.3/use.mask +++ b/profiles/default-darwin/macos/10.3/use.mask @@ -35,3 +35,6 @@ pam # needs keywording avahi physfs + +# libfpx doesn't compile, see bug #103269 +fpx diff --git a/profiles/default-darwin/macos/10.4/use.mask b/profiles/default-darwin/macos/10.4/use.mask index fca27f51e172..47d62a3eb0b2 100644 --- a/profiles/default-darwin/macos/10.4/use.mask +++ b/profiles/default-darwin/macos/10.4/use.mask @@ -37,3 +37,6 @@ pam # needs keywording avahi physfs + +# libfpx doesn't compile, see bug #103269 +fpx |