OSDN Git Service

macvim: fix for -migemo
authorKazuki Sakamoto <sakamoto@splhack.org>
Thu, 16 Apr 2009 13:49:53 +0000 (22:49 +0900)
committerKazuki Sakamoto <sakamoto@splhack.org>
Thu, 16 Apr 2009 13:49:53 +0000 (22:49 +0900)
editors/macvim/Portfile

index a110cce..cd9bd1a 100644 (file)
@@ -101,7 +101,7 @@ test.run                    yes
 
 variant standalone description {Enable standalonize} {
        configure.env-append    PATH="/usr/bin:${env(PATH)}"
-       configure.cppflags              -DDYNAMIC_PERL -DDYNAMIC_PYTHON -DDYNAMIC_RUBY
+       configure.cppflags-append       -DDYNAMIC_PERL -DDYNAMIC_PYTHON -DDYNAMIC_RUBY
        post-configure {
                reinplace "s|^PERL_LIBS|#PERL_LIBS|" ${worksrcpath}/auto/config.mk
                reinplace "s|^PYTHON_LIBS|#PYTHON_LIBS|" ${worksrcpath}/auto/config.mk