summaryrefslogtreecommitdiff
path: root/extra/vim
diff options
context:
space:
mode:
Diffstat (limited to 'extra/vim')
-rw-r--r--extra/vim/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD
index cfce9bffb..a429579a1 100644
--- a/extra/vim/PKGBUILD
+++ b/extra/vim/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 156508 2012-04-20 01:03:19Z tdziedzic $
+# $Id: PKGBUILD 157798 2012-04-29 16:19:15Z tdziedzic $
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Maintainer: tobias [ tobias at archlinux org ]
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
@@ -10,7 +10,7 @@ _patchlevel=495
__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 @@ mksource() {
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}"