]> git.pld-linux.org Git - packages/vim.git/commitdiff
- disable riby on x32, ruby fails to build on this arch
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 31 Dec 2014 18:41:10 +0000 (18:41 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 31 Dec 2014 18:41:10 +0000 (18:41 +0000)
vim.spec

index e6e9026e9988feb7100b0224ead7822c73ee3df9..1731589332937a1505705325532066cb09e3e108 100644 (file)
--- a/vim.spec
+++ b/vim.spec
 %undefine      with_gnome
 %endif
 
+%ifarch x32
+%undefine      with_ruby
+%endif
+
 # Command to check for latest patch:
 # wget ftp://ftp.vim.org/pub/editors/vim/patches/7.4/MD5SUMS -O sources
 # tail -n1 sources | awk '{print $2}'
This page took 0.054793 seconds and 4 git commands to generate.