Ticket #1401: pcre.pir.patch

File pcre.pir.patch, 487 bytes (added by ronaldws, 11 years ago)

Add library name genned by install of pcre 8.10 from source.

  • runtime/parrot/library/pcre.pir

     
    8989    loadlib libpcre, 'pcre3' 
    9090    loaded = defined libpcre 
    9191    if loaded goto LIB_LOADED 
     92    loadlib libpcre, 'libpcre-0' # pcre 8.10 and maybe others 
     93    loaded = defined libpcre 
     94    if loaded goto LIB_LOADED 
    9295    branch LIB_FAILED 
    9396 
    9497LIB_CYGWIN: