From 77de04bdb8a276f55bff446f849afa2a00f07f52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 2 May 2008 13:59:02 +0000 Subject: [PATCH] - fix library name Changed files: stlport-config.in -> 1.3 stlport-debug.pc.in -> 1.3 stlport.pc.in -> 1.2 --- stlport-config.in | 2 +- stlport-debug.pc.in | 4 ++-- stlport.pc.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stlport-config.in b/stlport-config.in index c64b32a..e800933 100644 --- a/stlport-config.in +++ b/stlport-config.in @@ -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 diff --git a/stlport-debug.pc.in b/stlport-debug.pc.in index 8867e77..4870792 100644 --- a/stlport-debug.pc.in +++ b/stlport-debug.pc.in @@ -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 diff --git a/stlport.pc.in b/stlport.pc.in index 31b65e5..500c22d 100644 --- a/stlport.pc.in +++ b/stlport.pc.in @@ -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 -- 2.43.0