From e4c62cd439d5cbce522ef82bae0cdd72066828e4 Mon Sep 17 00:00:00 2001 From: APTX Date: Fri, 6 Apr 2012 11:42:56 -0400 Subject: [PATCH] Gentoo configure "patches" --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.52.0