Ticket #18191: Portfile.diff
File Portfile.diff, 990 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 45533 2009-01-17 09:59:40Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup muniversal 1.0 4 5 5 6 name gettext 6 7 version 0.17 … … 42 43 --with-included-libcroco \ 43 44 --with-included-libxml 44 45 45 depends_build \46 bin:ed:ed47 48 46 depends_lib \ 49 47 port:libiconv \ 50 48 port:ncurses \ … … 53 51 test.run yes 54 52 test.target check 55 53 56 platform darwin {57 post-configure {58 system "cd ${worksrcpath} && ed - ${worksrcpath}/gettext-runtime/config.h < ${filespath}/config.h.ed && touch gettext-runtime/stamp-h1"59 system "cd ${worksrcpath} && ed - ${worksrcpath}/gettext-tools/config.h < ${filespath}/config.h.ed && touch gettext-tools/stamp-h1"60 }61 }62 63 54 platform darwin 6 { 64 55 depends_lib-append \ 65 56 lib:libdl:dlcompat