Updated core
[LibreOffice.git] / curl / curl-aix.patch
blob708411ccf1ef28ea5a9ab6dd31cace1aa9fd9fcb
1 diff -ur curl-7.26.0/config.guess misc/build/curl-7.26.0/config.guess
2 --- curl-7.26.0/config.guess 2012-07-02 13:46:52.428053096 +0200
3 +++ misc/build/curl-7.26.0/config.guess 2012-07-02 13:48:13.644057499 +0200
4 @@ -565,6 +565,9 @@
5 else
6 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
7 fi
8 + if [ "$IBM_REV" == "V7BETA" ]; then
9 + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
10 + fi
11 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
12 exit ;;
13 *:AIX:*:*)