forked from Lainports/freebsd-ports
- Update to 2.10 - Stage support - Use new LIB_DEPENDS - Regenarate pkg-plist with 'make makeplist'
27 lines
764 B
Text
27 lines
764 B
Text
--- configure.orig 2012-05-15 15:51:26.000000000 +0200
|
|
+++ configure 2014-03-30 22:57:58.000000000 +0200
|
|
@@ -4620,13 +4620,6 @@
|
|
if test -z "$JH45INST" ; then
|
|
JH45INST=$ac_cv_lib_JH45INST;
|
|
fi
|
|
- if test \( ! -d "$JH45INST" \); then
|
|
- JH45INST_FOUND=0
|
|
- fi
|
|
- if test \( ! -w "$JH45INST" \); then
|
|
- as_fn_error $? " $JH45INST : not writable " "$LINENO" 5
|
|
- JH45INST_FOUND=0
|
|
- fi
|
|
fi
|
|
until test $JH45INST_FOUND -eq 1; do
|
|
echo "Please type the directory in which to install the JH45"
|
|
@@ -4635,10 +4628,6 @@
|
|
if test \( ! -d "$JH45INST" \); then
|
|
JH45INST_FOUND=0
|
|
fi
|
|
- if test \( ! -w "$JH45INST" \); then
|
|
- as_fn_error $? " $JH45INST : not writable " "$LINENO" 5
|
|
- JH45INST_FOUND=0
|
|
- fi
|
|
done
|
|
|
|
ac_cv_lib_JH45INST=$JH45INST
|