Date: Sunday, April 29, 2012 @ 12:18:51
  Author: tdziedzic
Revision: 157797

upgpkg: vim 7.3.495-3

oopsy daisy

Modified:
  vim/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-04-29 15:29:44 UTC (rev 157796)
+++ PKGBUILD    2012-04-29 16:18:51 UTC (rev 157797)
@@ -10,7 +10,7 @@
 __hgrev=a104dae7f903
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url="http://www.vim.org";
@@ -53,7 +53,7 @@
 
 build() {
   # remove -O2 because there is a crash with python because of it
-  export CFLAGS="-march=x86-64 -mtune=generic -pipe -fstack-protector 
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
+  export CFLAGS="${CFLAGS/-O2 /}"
 
   cd "${srcdir}"
 

Reply via email to