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 185-192 Link Here
185
185
186
# Check libraries required or desired for seti_boinc app
186
# Check libraries required or desired for seti_boinc app
187
# Checks for libraries.
187
# Checks for libraries.
188
APP_LDFLAGS="$LDSTATIC -L/usr/local/lib $LDFLAGS"
188
APP_LDFLAGS="$LDSTATIC -L/usr/local/lib"
189
APP_CFLAGS="-I/usr/local/include $CFLAGS"
189
APP_CFLAGS="-I/usr/local/include"
190
AC_CHECK_LIB([m], [sin],[
190
AC_CHECK_LIB([m], [sin],[
191
    AC_DEFINE([HAVE_LIBM],[1],[Define to 1 if you have the math library])
191
    AC_DEFINE([HAVE_LIBM],[1],[Define to 1 if you have the math library])
192
    APP_LIBS="-lm ${APP_LIBS}" 
192
    APP_LIBS="-lm ${APP_LIBS}" 

Return to bug 238063