openjdk: Remove obsolete header file hack

This commit is contained in:
Eelco Dolstra 2014-01-02 14:45:35 +01:00
parent 2f31a7ccc6
commit 02f7e85d99

View file

@ -85,9 +85,6 @@ 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
'';
patches = [ ./cppflags-include-fix.patch ];