diff options
Diffstat (limited to 'extra/vim/PKGBUILD')
-rw-r--r-- | extra/vim/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD index b4dc7a492..623378fce 100644 --- a/extra/vim/PKGBUILD +++ b/extra/vim/PKGBUILD @@ -11,7 +11,7 @@ __hgrev=acf7368a2acc _versiondir="vim${_topver//./}" pkgver=${_topver}.${_patchlevel} pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:vim') url="http://www.vim.org" makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua') @@ -76,7 +76,7 @@ build() { --prefix=/usr \ --localstatedir=/var/lib/vim \ --with-features=huge \ - --with-compiledby=ArchLinux \ + --with-compiledby=Parabola \ --enable-gpm \ --enable-acl \ --with-x=no \ @@ -98,7 +98,7 @@ build() { --prefix=/usr \ --localstatedir=/var/lib/vim \ --with-features=huge \ - --with-compiledby=ArchLinux \ + --with-compiledby=Parabola \ --enable-gpm \ --enable-acl \ --with-x=yes \ |