office-gobmx/external/curl/curl-aix.patch
Khaled Hosny a777285f9b fdo#70393: move curl to a subdir of external
Change-Id: I76401636aab7d4de198912b154d6ec3da35a711d
Reviewed-on: https://gerrit.libreoffice.org/6298
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-10-18 06:50:42 +00:00

13 lines
439 B
Diff

diff -ur curl-7.26.0/config.guess misc/build/curl-7.26.0/config.guess
--- curl-7.26.0/config.guess 2012-07-02 13:46:52.428053096 +0200
+++ misc/build/curl-7.26.0/config.guess 2012-07-02 13:48:13.644057499 +0200
@@ -565,6 +565,9 @@
else
IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
fi
+ if [ "$IBM_REV" == "V7BETA" ]; then
+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+ fi
echo ${IBM_ARCH}-ibm-aix${IBM_REV}
exit ;;
*:AIX:*:*)