]> git.pld-linux.org Git - packages/STLport.git/blobdiff - stlport.pc.in
- don't link with libstdc++ while using stlport.
[packages/STLport.git] / stlport.pc.in
index 31b65e5858199aa70f90d67033337ceb288a10c4..46bfef0b77b63edc81119aa386d48b24d742d6f2 100644 (file)
@@ -5,6 +5,6 @@ includedir=@includedir@
 Name: STLport
 Description: SGI STLPort
 Version: @ver@
-Requires: 
-Libs: -L@libdir@ -lstlport_gcc -lpthread -lstdc++ -lm 
-Cflags: -I@includedir@/stlport -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+Requires:
+Libs: -nodefaultlibs -L@libdir@ -lc -lstlport
+Cflags: -pthread -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -isystem @includedir@/stlport
This page took 0.084128 seconds and 4 git commands to generate.