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

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed Aug 14 15:51:55 CEST 2013


Revision: 21736
          http://gar.svn.sourceforge.net/gar/?rev=21736&view=rev
Author:   lblume
Date:     2013-08-14 13:51:47 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
vim/trunk: Add missing S10 targets; fix Python config dir

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

Modified: csw/mgar/pkg/vim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vim/trunk/Makefile	2013-08-14 12:51:43 UTC (rev 21735)
+++ csw/mgar/pkg/vim/trunk/Makefile	2013-08-14 13:51:47 UTC (rev 21736)
@@ -15,6 +15,7 @@
 
 # Let's build a CLI vim for those stuck with S9
 PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
 
 ifneq ($(shell /usr/bin/uname -r),5.9)
        GARCOMPILER = SOS12U3
@@ -77,9 +78,8 @@
 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/config
+CONFIGURE_ARGS += --with-python-config-dir=$(libdir)/python2.6/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