From 5a3a3a4e17fd98aabf8d8a1f015d81d8b5c0697b Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 27 Mar 2012 11:19:00 +0000 Subject: [PATCH] * Fix JDK/JRE error: /nix/store/.../jre/lib/i386/xawt/libmawt.so: file not recognized: File format not recognized. Patch provided by Ambrus Kaposi. svn path=/nixpkgs/trunk/; revision=33439 --- pkgs/development/compilers/jdk/dlj-bundle-builder.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/compilers/jdk/dlj-bundle-builder.sh b/pkgs/development/compilers/jdk/dlj-bundle-builder.sh index f0d36347ab0b..cf59a28164bb 100644 --- a/pkgs/development/compilers/jdk/dlj-bundle-builder.sh +++ b/pkgs/development/compilers/jdk/dlj-bundle-builder.sh @@ -53,5 +53,3 @@ fi mkdir $jrePath/lib/$architecture/plugins ln -s $jrePath/lib/$architecture/libnpjp2.so $jrePath/lib/$architecture/plugins -# Workaround for assertions in xlib, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373. -substituteInPlace $jrePath/lib/*/xawt/libmawt.so --replace XINERAMA FAKEEXTN