Ticket #27806: patch-add-pdf_title_basename-variant.diff

File patch-add-pdf_title_basename-variant.diff, 577 bytes (added by ghosthound, 13 years ago)

patch to Portfile to add variant

  • Portfile

     
    217217    configure.args-append   --with-rsvg
    218218}
    219219
     220variant pdf_title_basename description {Use the output PDF file basename as the PDF title} {
     221    patchfiles-append       patch-coders-pdf.c.diff
     222    configure.cflags-append   -DUSE_FILE_BASENAME_AS_PDF_TITLE
     223}
     224
    220225variant wmf description {Support the Windows Metafile Format} {
    221226    depends_lib-append      port:libwmf
    222227    archcheck.files-append  lib/libwmf.dylib