Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / cppunit / aix.patch
blob2bc78f3f9224744aebfa9260ab1b6876d39daf1a
1 --- misc/cppunit-1.12.1.orig/config/config.guess 2010-09-15 10:25:54.000000000 -0500
2 +++ misc/build/cppunit-1.12.1/config/config.guess 2010-09-15 10:26:50.000000000 -0500
3 @@ -532,7 +532,7 @@
4 echo rs6000-ibm-aix3.2
5 fi
6 exit ;;
7 - *:AIX:*:[456])
8 + *:AIX:*:[4567])
9 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
10 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
11 IBM_ARCH=rs6000
12 @@ -544,6 +544,9 @@
13 else
14 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
16 + if [ "$IBM_REV" == "V7BETA" ]; then
17 + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
18 + fi
19 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
20 exit ;;
21 *:AIX:*:*)