1ab4a9324c
be passed to derivations that need to apply patches. * GCC 3.4 is now the default compiler (old GCC renamed to `gcc-3.3'). * The temporary GCCs built during the stdenvLinux bootstrap are now built without C++ support and without profiling. * Remove fixincl in GCC 3.4 to prevent a retained dependency on the previous GCC. * Always set $prefix in setup.sh, even when there is no configure script. svn path=/nixpkgs/trunk/; revision=1444
19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
* Bump freetype to 2.1.7 (but it breaks Pango 1.2.5).
|
|
|
|
* Patch development/tools/misc/libtool not to search standard
|
|
directories for libraries (like setup.sh does now). [do we want
|
|
this?]
|
|
|
|
* In setup.sh: add configureFlagsArray or something
|
|
|
|
* Inform freedesktop people that Xaw requires Xpm.
|
|
|
|
* After building gcc, filter out references to /tmp/nix... in
|
|
.../lib/libsupc++.la and .../lib/libstdc++.la
|
|
|
|
|
|
|
|
* change dontMake & dontMakeInstall into dontBuild and dontInstall in
|
|
./development/libraries/xlibs/xlibs/builder.sh (or put it in its
|
|
default.nix)
|