1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/science/hdf-java/files/patch-configure
Eitan Adler 69ce299b82 -Update to 2.8
-Wrap long lines
-Fix java paths so the hdfview script works
-Add jpeg support
-Build javadoc
-Prevent implicit dependencies

PR:		ports/163601
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
2012-02-13 05:12:38 +00:00

29 lines
878 B
Plaintext

--- ./configure.orig 2011-12-21 15:16:44.000000000 -0800
+++ ./configure 2011-12-21 15:18:28.000000000 -0800
@@ -4424,12 +4424,6 @@
if test \( ! -d "$JH45INST" \); then
JH45INST_FOUND=0
fi
- if test \( ! -w "$JH45INST" \); then
- { { echo "$as_me:$LINENO: error: $JAVINST : not writable " >&5
-echo "$as_me: error: $JAVINST : not writable " >&2;}
- { (exit 1); exit 1; }; }
- JH45INST_FOUND=0
- fi
fi
until test $JH45INST_FOUND -eq 1; do
echo "Please type the directory in which to install the JH45"
@@ -4438,12 +4432,6 @@
if test \( ! -d "$JH45INST" \); then
JH45INST_FOUND=0
fi
- if test \( ! -w "$JH45INST" \); then
- { { echo "$as_me:$LINENO: error: $JAVINST : not writable " >&5
-echo "$as_me: error: $JAVINST : not writable " >&2;}
- { (exit 1); exit 1; }; }
- JH45INST_FOUND=0
- fi
done
ac_cv_lib_JH45INST=$JH45INST