7109350 gvim has 64-bit runpath
authorRich Burridge <rich.burridge@oracle.com>
Wed, 09 Nov 2011 05:39:25 -0800
changeset 575 9b55b6329084
parent 574 565d8fefef39
child 576 507cfe0a7b1e
7109350 gvim has 64-bit runpath
components/vim/Makefile
--- a/components/vim/Makefile	Wed Nov 09 05:37:15 2011 -0800
+++ b/components/vim/Makefile	Wed Nov 09 05:39:25 2011 -0800
@@ -80,6 +80,8 @@
 
 TEST_32 = 	$(NOX_VARIANT)/.tested
 
+# Override a broken imake that's always providing a 64-bit library directory.
+CONFIGURE_OPTIONS +=	--x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
 CONFIGURE_OPTIONS +=	--with-features=huge
 CONFIGURE_OPTIONS +=	--with-compiledby="the Solaris Userland build environment"
 CONFIGURE_OPTIONS +=	--with-modified-by="Solaris Userland <[email protected]>"