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

Collapse All | Expand All

(-)a/m4/ax_boost_base.m4 (-1 / +1 lines)
Lines 113-119 AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[ Link Here
113
    dnl are found, e.g. when only header-only libraries are installed!
113
    dnl are found, e.g. when only header-only libraries are installed!
114
    AS_CASE([${host_cpu}],
114
    AS_CASE([${host_cpu}],
115
      [x86_64],[libsubdirs="lib64 libx32 lib lib64"],
115
      [x86_64],[libsubdirs="lib64 libx32 lib lib64"],
116
      [ppc64|s390x|sparc64|aarch64|ppc64le],[libsubdirs="lib64 lib lib64"],
116
      [powerpc64|s390x|sparc64|aarch64|powerpc64le],[libsubdirs="lib64 lib lib64"],
117
      [libsubdirs="lib"]
117
      [libsubdirs="lib"]
118
    )
118
    )
119
119

Return to bug 653080