[arch-commits] Commit in lilo/trunk (PKGBUILD gcc-44.patch)

Tobias Powalowski tpowa at archlinux.org
Sat May 30 15:06:33 UTC 2009


    Date: Saturday, May 30, 2009 @ 11:06:33
  Author: tpowa
Revision: 40702

'fixed locale while building'

Modified:
  lilo/trunk/PKGBUILD
Deleted:
  lilo/trunk/gcc-44.patch

--------------+
 PKGBUILD     |    2 +-
 gcc-44.patch |   11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-30 09:38:08 UTC (rev 40701)
+++ PKGBUILD	2009-05-30 15:06:33 UTC (rev 40702)
@@ -29,7 +29,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i ../gcc-44.patch || return 1
+  LANG=EN_US
   make all || return 1
   make ROOT=$pkgdir MAN_DIR=/usr/share/man install
   mkdir -p $pkgdir/etc

Deleted: gcc-44.patch
===================================================================
--- gcc-44.patch	2009-05-30 09:38:08 UTC (rev 40701)
+++ gcc-44.patch	2009-05-30 15:06:33 UTC (rev 40702)
@@ -1,11 +0,0 @@
---- checkit~	2009-05-10 07:20:20.000000000 +0000
-+++ checkit	2009-05-10 07:20:20.000000000 +0000
-@@ -45,7 +45,7 @@
- #echo
- echo GCC version 2.91 or later is required
- gcc -v 1>foo1 2>foo2
--V=`cat foo1 foo2 | grep version | cut -d " " -f 3`
-+V=`cat foo1 foo2 | grep Version | cut -d " " -f 2`
- rm -f foo1 foo2
- if [ -z $V ]; then
- 	echo gcc is not present




More information about the arch-commits mailing list