Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 404195
Collapse All | Expand All

(-)parrot-4.1.0/runtime/parrot/library/pcre.pir (+5 lines)
Lines 78-83 LIB_DEFAULT: Link Here
78
    loaded = defined libpcre
78
    loaded = defined libpcre
79
    if loaded goto LIB_LOADED
79
    if loaded goto LIB_LOADED
80
80
81
    # See https://bugs.gentoo.org/404195
82
    loadlib libpcre, 'libpcre.so.1'
83
    loaded = defined libpcre
84
    if loaded goto LIB_LOADED
85
81
    branch LIB_FAILED
86
    branch LIB_FAILED
82
87
83
LIB_WIN32:
88
LIB_WIN32:

Return to bug 404195