]> Some of my projects - libferris.git/commitdiff
Gentoo configure "patches"
authorAPTX <marek321@gmail.com>
Fri, 6 Apr 2012 15:42:56 +0000 (11:42 -0400)
committerAPTX <marek321@gmail.com>
Fri, 6 Apr 2012 15:42:56 +0000 (11:42 -0400)
configure

index 4006b5219acf9927c48f77cdc2798ee010f3f74c..a24e94d5d06afb7c89e20d812f6b700e395c0859 100755 (executable)
--- 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