Ticket #11664: zsh-4.2.6+flags.diff
File zsh-4.2.6+flags.diff, 766 bytes (added by pipping@…, 18 years ago) |
---|
-
Portfile
28 28 depends_lib port:libiconv port:ncurses 29 29 configure.args --mandir=${prefix}/share/man \ 30 30 --infodir=${prefix}/share/info \ 31 --enable-libs=-liconv 32 configure.env CPPFLAGS="-I${prefix}/include" \ 33 LDFLAGS="-L${prefix}/lib" 31 --enable-libs=-lncurses 34 32 35 33 platform darwin 8 { 36 configure.env-append CC=/usr/bin/gcc-4.0 \37 CPP=/usr/bin/cpp-4.0 \38 CXX=/usr/bin/g++-4.039 34 post-configure { 40 35 reinplace "s|#define HAVE_POLL 1|#undef HAVE_POLL|" ${worksrcpath}/config.h 41 36 }