SOURCES: stlport-config.in, stlport-debug.pc.in, stlport.pc.in - f...

glen glen at pld-linux.org
Fri May 2 15:59:07 CEST 2008


Author: glen                         Date: Fri May  2 13:59:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix library name

---- Files affected:
SOURCES:
   stlport-config.in (1.2 -> 1.3) , stlport-debug.pc.in (1.2 -> 1.3) , stlport.pc.in (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/stlport-config.in
diff -u SOURCES/stlport-config.in:1.2 SOURCES/stlport-config.in:1.3
--- SOURCES/stlport-config.in:1.2	Fri May  2 15:16:55 2008
+++ SOURCES/stlport-config.in	Fri May  2 15:59:01 2008
@@ -44,7 +44,7 @@
       ;;
     --libs)
       libdirs=-L at libdir@
-      echo $libdirs -lstlport_gcc -lpthread -lstdc++ -lm
+      echo $libdirs -lstlport -lpthread -lstdc++ -lm
       ;;
     *)
       echo "${usage}" 1>&2

================================================================
Index: SOURCES/stlport-debug.pc.in
diff -u SOURCES/stlport-debug.pc.in:1.2 SOURCES/stlport-debug.pc.in:1.3
--- SOURCES/stlport-debug.pc.in:1.2	Fri May  2 15:50:34 2008
+++ SOURCES/stlport-debug.pc.in	Fri May  2 15:59:02 2008
@@ -5,6 +5,6 @@
 Name: STLport
 Description: SGI STLPort with debug support
 Version: @ver@
-Requires: 
-Libs: -L at libdir@ -lstlport_gcc_stldebug -lpthread -lstdc++ -lm 
+Requires:
+Libs: -L at libdir@ -lstlportstlg -lpthread -lstdc++ -lm
 Cflags: -I at includedir@/stlport -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

================================================================
Index: SOURCES/stlport.pc.in
diff -u SOURCES/stlport.pc.in:1.1 SOURCES/stlport.pc.in:1.2
--- SOURCES/stlport.pc.in:1.1	Fri May  2 15:12:09 2008
+++ SOURCES/stlport.pc.in	Fri May  2 15:59:02 2008
@@ -5,6 +5,6 @@
 Name: STLport
 Description: SGI STLPort
 Version: @ver@
-Requires: 
-Libs: -L at libdir@ -lstlport_gcc -lpthread -lstdc++ -lm 
+Requires:
+Libs: -L at libdir@ -lstlport -lpthread -lstdc++ -lm
 Cflags: -I at includedir@/stlport -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/stlport-config.in?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/stlport-debug.pc.in?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/stlport.pc.in?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list