[csw-devel] SF.net SVN: gar:[20842] csw/mgar/pkg/vim/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Tue Apr 23 00:04:26 CEST 2013


Revision: 20842
          http://gar.svn.sourceforge.net/gar/?rev=20842&view=rev
Author:   lblume
Date:     2013-04-22 22:04:26 +0000 (Mon, 22 Apr 2013)
Log Message:
-----------
vim/trunk: Incorrect path to Python config, missing configure parameters

Modified Paths:
--------------
    csw/mgar/pkg/vim/trunk/Makefile

Modified: csw/mgar/pkg/vim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vim/trunk/Makefile	2013-04-22 19:06:37 UTC (rev 20841)
+++ csw/mgar/pkg/vim/trunk/Makefile	2013-04-22 22:04:26 UTC (rev 20842)
@@ -65,14 +65,16 @@
 CONFIGURE_ARGS += --without-x
 CONFIGURE_ARGS += --enable-gui=no
 CONFIGURE_ARGS += --disable-gpm
+CONFIGURE_ARGS += --disable-sysmouse
 CONFIGURE_ARGS += --with-global-runtime=$(sharedstatedir)/$(NAME)
 CONFIGURE_ARGS += --with-features=huge
 CONFIGURE_ARGS += --with-tlib=ncurses
 CONFIGURE_ARGS += --enable-multibyte
 CONFIGURE_ARGS += --enable-cscope
+CONFIGURE_ARGS += --without-local-dir
 
 CONFIGURE_ARGS += --enable-pythoninterp=dynamic
-CONFIGURE_ARGS += --with-python-config-dir=$(libdir)/python
+CONFIGURE_ARGS += --with-python-config-dir=$(libdir)/python/config
 
 BUILD_ARGS  = "VIMRCLOC=/opt/csw/share/vim"
 BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim$(subst .,,$(DISTVERSION))"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list