openbsd-ports/net/wget/patches/patch-configure_in
2001-10-02 03:15:03 +00:00

31 lines
1.0 KiB
Plaintext

$OpenBSD: patch-configure_in,v 1.1 2001/10/02 03:15:03 brad Exp $
--- configure.in.orig Mon Oct 1 22:06:55 2001
+++ configure.in Mon Oct 1 22:45:23 2001
@@ -443,7 +443,7 @@ case "$host_os" in
OLD_LDFLAGS=$LDFLAGS
LDFLAGS="${try_dash_r}/no/such/file-or-directory $LDFLAGS"
AC_TRY_LINK(, , dash_r="$try_dash_r")
- LDFLAGS=$ODL_LDFLAGS
+ LDFLAGS=$OLD_LDFLAGS
test -n "$dash_r" && break
done ;;
esac
@@ -555,7 +555,7 @@ main(){return 0;}
done
if test x"$ssl_linked" = xno; then
- LD_FLAGS=$OLD_LDFLAGS
+ LDFLAGS=$OLD_LDFLAGS
LIBS=$OLD_LIBS
dnl Perhaps we should abort here. Remember that the user
dnl explicitly requested linking with SSL.
@@ -569,7 +569,7 @@ fi
dnl
dnl Set of available languages.
dnl
-ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//')`
+ALL_LINGUAS="cs da de el es et fr gl hr it ja nl no pl pt_BR ru sk sl sv tr zh_TW"
dnl Originally this used to be static, looking like this:
dnl ALL_LINGUAS="cs de hr it ..."