Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146871 | Differences between
and this patch

Collapse All | Expand All

(-)main/configure.ac.orig (-1 / +1 lines)
Lines 50-56 Link Here
50
    [foreign function interface],
50
    [foreign function interface],
51
    [],
51
    [],
52
    [GB_FIND(ffi.h, /usr/local /usr/local/lib /usr /usr/lib /usr/lib/gcc/*/*, include ffi/include)],
52
    [GB_FIND(ffi.h, /usr/local /usr/local/lib /usr /usr/lib /usr/lib/gcc/*/*, include ffi/include)],
53
    [GB_FIND(libffi.$SHLIBEXT, /usr/local /usr, lib)],
53
    [GB_FIND(libffi.$SHLIBEXT, /usr/local /usr /usr/lib/gcc/*/*, lib .)],
54
    [-lffi])
54
    [-lffi])
55
fi
55
fi
56
56

Return to bug 146871