mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
openjdk: Fix an Xrender.h include
svn path=/nixpkgs/trunk/; revision=28094
This commit is contained in:
parent
c6cf3e563e
commit
0e9cda68fc
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
sed -i "s@/bin/echo -e@${coreutils}/bin/echo -e@" \
|
||||
openjdk/{jdk,corba}/make/common/shared/Defs-utils.gmk
|
||||
|
||||
sed -i "s@<Xrender.h>@<X11/extensions/Xrender.h>@" \
|
||||
openjdk/jdk/src/solaris/native/sun/java2d/x11/XRSurfaceData.c
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in a new issue