Ticket #15750: libxml2.fixTwoLevel.diff

File libxml2.fixTwoLevel.diff, 571 bytes (added by ghosthound, 16 years ago)

patch file for libxml2 Portfile

  • Portfile

     
    44
    55name                  libxml2
    66version               2.6.32
     7revision              1
    78categories            textproc
    89description           gnome xml library
    910platforms             darwin
     
    2324
    2425depends_lib           port:libiconv port:zlib
    2526
     27use_autoconf        yes
     28autoconf.cmd        autoreconf
     29
    2630post-extract {
    2731    reinplace "s|/etc|${prefix}/etc|g" \
    2832        ${worksrcpath}/catalog.c \