From: APTX Date: Fri, 6 Apr 2012 15:42:56 +0000 (-0400) Subject: Gentoo configure "patches" X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=e4c62cd439d5cbce522ef82bae0cdd72066828e4;p=libferris.git Gentoo configure "patches" --- diff --git a/configure b/configure index 4006b52..a24e94d 100755 --- a/configure +++ b/configure @@ -21889,7 +21889,7 @@ have_stlport=no if test "${with_stlport+set}" = set; then : withval=$with_stlport; STLPORT_CFLAGS=" -I$withval/stlport " STLPORT_LDFLAGS=" -L$withval/lib " - STLPORT_LIB=" -lstlport_gcc -lpthread " + STLPORT_LIB=" -lstlport -lpthread " STLPORT_LIBS=" -L$withval/lib ${STLPORT_LIB} " stlport_try_trivial_compile=yes @@ -22326,7 +22326,7 @@ fi if test x"$have_stlport" = xno; then STLPORT_CFLAGS=" -I/usr/local/STLport-4.5/stlport " - STLPORT_LIB=" -lstlport_gcc -lpthread " + STLPORT_LIB=" -lstlport -lpthread " STLPORT_LIBS=" -L/usr/local/STLport-4.5/lib ${STLPORT_LIB} " ac_ext=cpp @@ -22435,7 +22435,7 @@ fi if test x"$have_stlport" = xno; then STLPORT_CFLAGS=" -I/usr/local/include/stlport " - STLPORT_LIB=" -lstlport_gcc -lpthread " + STLPORT_LIB=" -lstlport -lpthread " STLPORT_LIBS=" -L/usr/local/lib ${STLPORT_LIB} " ac_ext=cpp @@ -22544,7 +22544,7 @@ fi if test x"$have_stlport" = xno; then STLPORT_CFLAGS=" -I/usr/include/stlport " - STLPORT_LIB=" -lstlport_gcc -lpthread " + STLPORT_LIB=" -lstlport -lpthread " STLPORT_LIBS=" ${STLPORT_LIB} " ac_ext=cpp