components/vim/Makefile
changeset 5125 34cc580c62c2
parent 4878 a720ef1bf2de
child 5427 25b736152081
equal deleted inserted replaced
5124:3a6b9e3809f7 5125:34cc580c62c2
    73 CC +=			$(CC_BITS)
    73 CC +=			$(CC_BITS)
    74 
    74 
    75 # Put all the binaries directly in /usr/bin, not in /usr/bin/64.
    75 # Put all the binaries directly in /usr/bin, not in /usr/bin/64.
    76 CONFIGURE_BINDIR.64 =	$(CONFIGURE_PREFIX)/bin
    76 CONFIGURE_BINDIR.64 =	$(CONFIGURE_PREFIX)/bin
    77 
    77 
    78 # Use the 64-bit versions of pkg-config files (or GTK+ will add -R/usr/lib)
       
    79 CONFIGURE_ENV +=	PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
       
    80 
       
    81 # Necessary to pass 64-bit flags to the compilation stage.
    78 # Necessary to pass 64-bit flags to the compilation stage.
    82 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    79 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    83 CONFIGURE_OPTIONS +=	--with-features=huge
    80 CONFIGURE_OPTIONS +=	--with-features=huge
    84 CONFIGURE_OPTIONS +=	--with-compiledby="the Solaris Userland build environment"
    81 CONFIGURE_OPTIONS +=	--with-compiledby="the Solaris Userland build environment"
    85 CONFIGURE_OPTIONS +=	--with-modified-by="Solaris Userland <[email protected]>"
    82 CONFIGURE_OPTIONS +=	--with-modified-by="Solaris Userland <[email protected]>"