Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-release-src > by-pkgid > 5ad92b3529699753ba6e06423741ea72 > files > 2

wv-1.2.4-9mdv2010.1.src.rpm

--- GNUmakefile.am.linkage	2009-06-14 07:27:43.000000000 +0200
+++ GNUmakefile.am	2009-06-14 07:28:00.000000000 +0200
@@ -30,7 +30,7 @@
 wvConvert_LDADD = libwv.la $(WVLIBS) $(GETOPT)
 wvVersion_LDADD = libwv.la $(WVLIBS) $(GETOPT)
 
-libwv_la_LIBADD =  $(WVLIBS)
+libwv_la_LIBADD = $(GLIB_LIBS) $(GSF_LIBS) $(XML_LIBS) $(ZLIB_LIBS)
 libwv_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic
 libwv_la_SOURCES = \
 	winmmap.c \
--- GNUmakefile.in.linkage	2009-06-14 07:28:15.000000000 +0200
+++ GNUmakefile.in	2009-06-14 07:28:34.000000000 +0200
@@ -294,7 +294,7 @@
 wvRTF_LDADD = libwv.la $(WVLIBS) $(GETOPT)
 wvConvert_LDADD = libwv.la $(WVLIBS) $(GETOPT)
 wvVersion_LDADD = libwv.la $(WVLIBS) $(GETOPT)
-libwv_la_LIBADD = $(WVLIBS)
+libwv_la_LIBADD = $(GLIB_LIBS) $(GSF_LIBS) $(XML_LIBS) $(ZLIB_LIBS)
 libwv_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic
 libwv_la_SOURCES = \
 	winmmap.c \
--- wv-1.0.pc.in.linkage	2009-06-14 07:24:52.000000000 +0200
+++ wv-1.0.pc.in	2009-06-14 07:26:06.000000000 +0200
@@ -6,5 +6,5 @@
 Name: wvWare
 Description: Word Document Filter library and utilities
 Version: @VERSION@
-Libs: -L${libdir} -lwv @WMF_LIBS@ @XML_LIBS@ @GLIB_LIBS@ @GSF_LIBS@ @PNG_LIBS@ @ZLIB_LIBS@ @LIBS@ -lm
+Libs: -L${libdir} -lwv @XML_LIBS@ @GLIB_LIBS@ @GSF_LIBS@ @ZLIB_LIBS@ @LIBS@
 Cflags: -I${includedir}/wv @GSF_CFLAGS@