diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-03-10 12:03:13 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-03-10 16:53:51 +0100 |
commit | 991f72d20c2bb031855a51792108efdc135f04fd (patch) | |
tree | ae81c9b92f38f34897988b9b25603a52bb7086b2 /recipes-core/openjdk/openjdk-6-6b27/remove_libxp.patch | |
parent | d0fe127c6e99739faf678dcbb5d525ef16ec0ae7 (diff) | |
download | meta-java-991f72d20c2bb031855a51792108efdc135f04fd.tar.gz |
openjdk6: add latest 1.12 icedtea version
Diffstat (limited to 'recipes-core/openjdk/openjdk-6-6b27/remove_libxp.patch')
-rw-r--r-- | recipes-core/openjdk/openjdk-6-6b27/remove_libxp.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-6-6b27/remove_libxp.patch b/recipes-core/openjdk/openjdk-6-6b27/remove_libxp.patch new file mode 100644 index 0000000..7161b75 --- /dev/null +++ b/recipes-core/openjdk/openjdk-6-6b27/remove_libxp.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | Index: icedtea6-1.12.4/configure.ac | ||
2 | =================================================================== | ||
3 | --- icedtea6-1.12.4.orig/configure.ac 2013-03-10 14:04:34.072354787 +0100 | ||
4 | +++ icedtea6-1.12.4/configure.ac 2013-03-10 14:07:48.201849004 +0100 | ||
5 | @@ -283,16 +283,6 @@ | ||
6 | AC_SUBST(XT_CFLAGS) | ||
7 | AC_SUBST(XT_LIBS) | ||
8 | |||
9 | -dnl Check for libXp headers and libraries. | ||
10 | -PKG_CHECK_MODULES(XP, xp,[XP_FOUND=yes],[XP_FOUND=no]) | ||
11 | -if test "x${XP_FOUND}" = xno | ||
12 | -then | ||
13 | - AC_MSG_ERROR([Could not find Xp - \ | ||
14 | - Try installing libXp-devel.]) | ||
15 | -fi | ||
16 | -AC_SUBST(XP_CFLAGS) | ||
17 | -AC_SUBST(XP_LIBS) | ||
18 | - | ||
19 | dnl Check for libX11 headers and libraries. | ||
20 | PKG_CHECK_MODULES(X11, x11,[X11_FOUND=yes],[X11_FOUND=no]) | ||
21 | if test "x${X11_FOUND}" = xno | ||