summary refs log tree commit diff
path: root/pkgs/applications/graphics/freepv
Commit message (Collapse)AuthorAge
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* treewide: purge explicit usage of gcc6Vladimír Čunát2017-09-03
| | | | | | | | | It's now the default. /cc #19456 This makes a real build simplification, because in our current bootstrapping+aliases, `gcc6` attribute is not the default compiler but a derivation *built by* the default compiler. nix-exec didn't build before this commit already
* freepv: 0.3.0_beta1 -> 0.3.0, fix buildRobin Gloster2017-01-19
|
* Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to ↵Lluís Batlle i Rossell2009-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | rebuild stdenv. In this gcc-wrapper2 I made the ld-wrapper.sh to handle the linking with shared objects through direct pass as ld command arguments of the absolute path to shared objects, instead of using the -L/-l combinations. cmake 'FindXXX.cmake' modules make a strong usage of the dynamic linking directly passing the absolute path to the shared object to the linker, and as our wrapper did not add any -rpath for those, writting the nix expressions for some cmake packages resulted in a lot of tricks, compared to using this gcc-wrapper2. This gcc-wrapper2/ld-wrapper.sh should become the gcc-wrapper/ld-wrapper in a stdenv update. I also updated some cmake expressions to use this gcc-wrapper2, and reduced its tricks. I also updated the cmake setup-hook for it to make cmake not touch any rpath decided at build time, when running the 'make install' of makefiles created by cmake. svn path=/nixpkgs/trunk/; revision=18885
* Adding freepv, without its mozilla plug-in.Lluís Batlle i Rossell2009-04-08
svn path=/nixpkgs/trunk/; revision=14954