diff options
author | marino <marino@pkgsrc.org> | 2012-07-15 11:50:53 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-07-15 11:50:53 +0000 |
commit | 4a9b8cce574dc21357d25540ad7a97590e1ef243 (patch) | |
tree | 66860a2c74bde94fc028c260335409d51d78b6d9 /lang/gcc-aux/DESCR | |
parent | caf662e3db047353713e45e5d87d1647f8335766 (diff) | |
download | pkgsrc-4a9b8cce574dc21357d25540ad7a97590e1ef243.tar.gz |
lang/gcc-aux: Add condition to buildlink3
The NLS option is optional, but the buildlink pulled in gettext-lib
unconditionally. This caused failures in Tinderbox and pbuld chroot
when gettext-lib couldn't be found in those clean environments. The
final result is that all Ada programs file to build in those environments.
Also removed whitespace from DESC.
Diffstat (limited to 'lang/gcc-aux/DESCR')
-rw-r--r-- | lang/gcc-aux/DESCR | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc-aux/DESCR b/lang/gcc-aux/DESCR index f14dc216ff7..5a43a5b46ce 100644 --- a/lang/gcc-aux/DESCR +++ b/lang/gcc-aux/DESCR @@ -1,11 +1,11 @@ -The AUX compiler supports several languages: Ada, C, C++, Fortran and +The AUX compiler supports several languages: Ada, C, C++, Fortran and Objective-C. Since Ada support must be built by an Ada-capable compiler, only platforms for which a bootstrap compiler is available can build the AUX compiler. -The AUX compiler is based on release versions of the Free Software +The AUX compiler is based on release versions of the Free Software Foundation's GNU Compiler Collection. It carries with it the GMGPL license, -the modified version of the GPL that exempts generic instantiation from +the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. It also carries the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by the AUX compiler should be legally handled the same as |