Ticket #13214: Portfile.diff

File Portfile.diff, 332 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    4444                port:gnome-platform-suite \
    4545                port:libgnomeprintui
    4646}
     47
     48platform darwin 9 {
     49        post-patch {
     50                reinplace "s|#define ICONV_CONST const|#define ICONV_CONST|g" ${worksrcpath}/src/af/util/xp/ut_iconv.cpp
     51        }
     52}