From d20bd649d5aca94612c222bfafa17d62a354089e Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 11 Feb 2016 23:45:10 +0000 Subject: Update to 1.6.2. --- java/icedtea-web/files/patch-configure | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 java/icedtea-web/files/patch-configure (limited to 'java/icedtea-web/files/patch-configure') diff --git a/java/icedtea-web/files/patch-configure b/java/icedtea-web/files/patch-configure new file mode 100644 index 000000000000..bbfb93a2a347 --- /dev/null +++ b/java/icedtea-web/files/patch-configure @@ -0,0 +1,36 @@ +--- configure.orig 2016-02-03 13:49:09 UTC ++++ configure +@@ -10114,14 +10114,10 @@ if test "${with_junit+set}" = set; then + JUNIT_JAR=no + ;; + *) +- if test -f "${withval}"; then +- JUNIT_JAR="${withval}" +- elif test -z "${withval}"; then ++ if test -z "${withval}"; then + JUNIT_JAR=yes + else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +-$as_echo "not found" >&6; } +- as_fn_error $? "\"The junit jar ${withval} was not found.\"" "$LINENO" 5 ++ JUNIT_JAR="${withval}" + fi + ;; + esac +@@ -10186,14 +10182,10 @@ if test "${with_hamcrest+set}" = set; th + HAMCREST_JAR=no + ;; + *) +- if test -f "${withval}"; then +- HAMCREST_JAR="${withval}" +- elif test -z "${withval}"; then ++ if test -z "${withval}"; then + HAMCREST_JAR=yes + else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5 +-$as_echo "not found" >&6; } +- as_fn_error $? "\"The hamcrest jar ${withval} was not found.\"" "$LINENO" 5 ++ HAMCREST_JAR="${withval}" + fi + ;; + esac -- cgit v1.2.3