]> git.pld-linux.org Git - packages/gettext.git/blob - java.patch
d1c42cd8c472a5ba87bb739c4a83aa50b57cc0c1
[packages/gettext.git] / java.patch
1 --- gettext-0.19.8.1/gettext-tools/gnulib-m4/javacomp.m4~       2016-06-11 15:00:03.000000000 +0200
2 +++ gettext-0.19.8.1/gettext-tools/gnulib-m4/javacomp.m4        2017-09-03 12:02:50.751509338 +0200
3 @@ -99,7 +99,7 @@
4           CLASSPATH=.${CLASSPATH:+$CLASSPATH_SEPARATOR$CLASSPATH} $CONF_JAVA conftestver 2>&AS_MESSAGE_LOG_FD
5         }`
6         case "$target_version" in
7 -         1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6) ;;
8 +         1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8) ;;
9           null)
10             dnl JDK 1.1.X returns null.
11             target_version=1.1 ;;
12 @@ -127,6 +127,8 @@
13      1.4) cfversion=48 ;;
14      1.5) cfversion=49 ;;
15      1.6) cfversion=50 ;;
16 +    1.7) cfversion=51 ;;
17 +    1.8) cfversion=52 ;;
18      *) AC_MSG_ERROR([invalid target-version argument to gt_@&t@JAVACOMP: $target_version]) ;;
19    esac
20    # Function to output the classfile version of a file (8th byte) in decimal.
This page took 0.01721 seconds and 2 git commands to generate.