d811b4c9d8
* Zapping/VLC/MPlayer: use libXv. * MPlayer: upgrade to 1.0pre4. * Zapping: add libXext to the rpath. I don't understand why this is necessary. Zapping doesn't itself link against libXext, though some of its dependencies do. (Maybe this is due to `--export-dynamic'?) svn path=/nixpkgs/trunk/; revision=990
10 lines
195 B
Bash
10 lines
195 B
Bash
. $stdenv/setup
|
|
|
|
# !!! hack
|
|
NIX_LDFLAGS="$NIX_LDFLAGS -rpath $libXext/lib"
|
|
|
|
# !!! hack - `make install' tries to setuid to root
|
|
installFlags="ZSFB_OWNER=`id -u` ZSFB_GROUP=`id -g`"
|
|
|
|
genericBuild
|