[packages/vim] - disable riby on x32, ruby fails to build on this arch
baggins
baggins at pld-linux.org
Wed Dec 31 19:41:32 CET 2014
commit e07a1f31b24204159eda3171e410082449fdb4f0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Dec 31 18:41:10 2014 +0000
- disable riby on x32, ruby fails to build on this arch
vim.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/vim.spec b/vim.spec
index e6e9026..1731589 100644
--- a/vim.spec
+++ b/vim.spec
@@ -22,6 +22,10 @@
%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}'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/e07a1f31b24204159eda3171e410082449fdb4f0
More information about the pld-cvs-commit
mailing list