--- misc/libxml2-2.7.6/config.guess 2010-09-15 14:53:52.000000000 -0500 +++ misc/build/libxml2-2.7.6/config.guess 2010-09-15 14:56:09.000000000 -0500 @@ -548,7 +548,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -560,6 +560,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:*:*) ory location. Reviewed on: https://gerrit.libreoffice.org/8447 Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32
Moved the files linked in sw/Library_sw.mk from sw/source/ui to
sw/source/core/uibase and modified the make files as per the new
directory location.

Reviewed on:
	https://gerrit.libreoffice.org/8447

Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32
sal_Bool->bool 2014-02-12T07:01:07+00:00 Noel Grandin noel@peralex.com 2014-02-11T12:00:21+00:00 11679c2c20241b6b3f6f8982b18c822e978ee76b Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e
6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/Package_odk_headers.mk
AgeCommit message (Expand)Author
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2014-12-18The touch module, ByteBufferWrapper, and the libotouch library can go away nowTor Lillqvist
2014-09-29[API CHANGE] Remove internal-only osl/diagnose.hxx from SDKStephan Bergmann