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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/m4/ax_boost_base.m4
0
++ b/m4/ax_boost_base.m4
Lines 94-99 Link Here
94
    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then
94
    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then
95
        libsubdirs="lib64 lib lib64"
95
        libsubdirs="lib64 lib lib64"
96
    fi
96
    fi
97
    case $host_os in linux-*x32) libsubdirs="libx32 lib libx32";; esac
97
98
98
    dnl first we check the system location for boost libraries
99
    dnl first we check the system location for boost libraries
99
    dnl this location is chosen if boost libraries are installed with the --layout=system option
100
    dnl this location is chosen if boost libraries are installed with the --layout=system option

Return to bug 664058