summaryrefslogtreecommitdiff
path: root/extra/vim
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-01 00:01:20 +0000
committerroot <root@rshg054.dnsready.net>2012-05-01 00:01:20 +0000
commit752015395fc8b95cc4a86b68189cb747fe9a8499 (patch)
tree3e64f1f739447b52eab8498bf13bcbc9410cde8e /extra/vim
parentb7cd4b184f75d3d2b54b356e08f296df3a9afb38 (diff)
Tue May 1 00:01:20 UTC 2012
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}"