[arch-commits] Commit in go-openoffice/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 5 11:04:19 UTC 2009


    Date: Sunday, July 5, 2009 @ 07:04:19
  Author: andyrtr
Revision: 44909

Merged revisions 44885 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/go-openoffice/trunk

........
  r44885 | andyrtr | 2009-07-04 22:44:40 +0000 (Sa, 04 Jul 2009) | 2 lines
  
  upgpkg: go-openoffice 3.1.0.98.2-2
      new snapshot, lower optimizations
........

Modified:
  go-openoffice/repos/testing-x86_64/	(properties)
  go-openoffice/repos/testing-x86_64/ChangeLog
  go-openoffice/repos/testing-x86_64/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


Property changes on: go-openoffice/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /go-openoffice/trunk:1-44641
   + /go-openoffice/trunk:1-44907

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2009-07-05 11:04:16 UTC (rev 44908)
+++ testing-x86_64/ChangeLog	2009-07-05 11:04:19 UTC (rev 44909)
@@ -1,3 +1,9 @@
+2009-07-04 Andreas Radke <andyrtr at archlinux.org>
+
+        * 3.1.0.98.2-2 :
+	rebuild with lowered compiler optimizations
+	http://bugs.archlinux.org/task/15290
+
 2009-07-02 Andreas Radke <andyrtr at archlinux.org>
 
         * 3.1.0.98.2-1 :

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-07-05 11:04:16 UTC (rev 44908)
+++ testing-x86_64/PKGBUILD	2009-07-05 11:04:19 UTC (rev 44909)
@@ -4,7 +4,7 @@
 pkgname=go-openoffice
 pkgver=3.1.0.98.2
 _GOver=3.1.0.98.2 # = 3.1.1.alpha2
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenOffice.org - go-oo.org enhanced version of SUN's office suite"
 arch=('i686' 'x86_64')
 _go_tree="OOO310"
@@ -102,7 +102,11 @@
 	cp ${srcdir}/buildfix_64bit_system_libjpeg.diff ${srcdir}/ooo-build-${_GOver}/patches/hotfixes/
 	cp ${srcdir}/openoffice.org-3.0.1.oooXXXXX.extensions.npapi.diff ${srcdir}/ooo-build-${_GOver}/patches/hotfixes/
 
-	export ARCH_FLAGS="${CXXFLAGS}"
+	# export C(XX)FLAGS
+	# http://www.openoffice.org/issues/show_bug.cgi?id=103205
+	unset CFLAGS
+	unset CXXFLAGS
+#	export ARCH_FLAGS="$CFLAGS"
 
 	if [ "$CARCH" = "x86_64" ]; then
 	      EXTRAOPTS="--without-stlport"




More information about the arch-commits mailing list