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

Collapse All | Expand All

(-)configure.ac.orig (-2 / +2 lines)
Lines 166-173 Link Here
166
  LDFLAGS="$svldflags"
166
  LDFLAGS="$svldflags"
167
fi
167
fi
168
168
169
APP_LDFLAGS="$LDSTATIC -L/usr/local/lib $LDFLAGS"
169
APP_LDFLAGS="$LDSTATIC -L/usr/local/lib"
170
APP_CFLAGS="-I/usr/local/include $CFLAGS"
170
APP_CFLAGS="-I/usr/local/include"
171
AC_CHECK_LIB([m], [sin],[
171
AC_CHECK_LIB([m], [sin],[
172
    AC_DEFINE([HAVE_LIBM],[1],[Define to 1 if you have the math library])
172
    AC_DEFINE([HAVE_LIBM],[1],[Define to 1 if you have the math library])
173
    APP_LIBS="-lm ${APP_LIBS}" 
173
    APP_LIBS="-lm ${APP_LIBS}" 

Return to bug 238063