]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- fix library name
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 2 May 2008 13:59:02 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stlport-config.in -> 1.3
    stlport-debug.pc.in -> 1.3
    stlport.pc.in -> 1.2

stlport-config.in
stlport-debug.pc.in
stlport.pc.in

index c64b32aed869b6c5552751e831e0b4403d3482b3..e800933646e05f3cba67058af4e6e8eeb533da6b 100644 (file)
@@ -44,7 +44,7 @@ while test $# -gt 0; do
       ;;
     --libs)
       libdirs=-L@libdir@
-      echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm
+      echo $libdirs -lstlport -lpthread -lstdc++ -lm
       ;;
     *)
       echo "${usage}" 1>&2
index 8867e7778e2ee929e8c397c1277df3823c467522..48707922f24a194bb131444f198e27429d0d5820 100644 (file)
@@ -5,6 +5,6 @@ includedir=@includedir@
 Name: STLport
 Description: SGI STLPort with debug support
 Version: @ver@
-Requires: 
-Libs: -L@libdir@ -lstlport_gcc_stldebug -lpthread -lstdc++ -lm 
+Requires:
+Libs: -L@libdir@ -lstlportstlg -lpthread -lstdc++ -lm
 Cflags: -I@includedir@/stlport -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
index 31b65e5858199aa70f90d67033337ceb288a10c4..500c22df4bdd524b18cdcb3132b96e105ff91a8e 100644 (file)
@@ -5,6 +5,6 @@ includedir=@includedir@
 Name: STLport
 Description: SGI STLPort
 Version: @ver@
-Requires: 
-Libs: -L@libdir@ -lstlport_gcc -lpthread -lstdc++ -lm 
+Requires:
+Libs: -L@libdir@ -lstlport -lpthread -lstdc++ -lm
 Cflags: -I@includedir@/stlport -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
This page took 0.033515 seconds and 4 git commands to generate.