Ticket #19324: patch-Portfile.diff

File patch-Portfile.diff, 282 bytes (added by yokota33@…, 15 years ago)

The patch file already supplied must be applied to darwin 9, too.

  • Portfile

    old new  
    2121
    2222configure.args  --mandir=${prefix}/share/man
    2323
     24platform darwin 9 {
     25    patchfiles patch-dlfcn.c
     26}
     27
    2428platform darwin 8 {
    2529    patchfiles patch-dlfcn.c
    2630}