SOURCES: crossmingw32-fontconfig-dll.patch (NEW) - in install uses...

czarny czarny at pld-linux.org
Tue Feb 20 20:14:03 CET 2007


Author: czarny                       Date: Tue Feb 20 19:14:03 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- in install uses lib.a instead of lib.dll.a

---- Files affected:
SOURCES:
   crossmingw32-fontconfig-dll.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/crossmingw32-fontconfig-dll.patch
diff -u /dev/null SOURCES/crossmingw32-fontconfig-dll.patch:1.1
--- /dev/null	Tue Feb 20 20:14:03 2007
+++ SOURCES/crossmingw32-fontconfig-dll.patch	Tue Feb 20 20:13:58 2007
@@ -0,0 +1,17 @@
+diff -urN fontconfig-2.4.2/src/Makefile.am fontconfig-2.4.2.new/src/Makefile.am
+--- fontconfig-2.4.2/src/Makefile.am	2006-09-17 23:06:41.000000000 +0200
++++ fontconfig-2.4.2.new/src/Makefile.am	2007-02-20 20:08:52.974555570 +0100
+@@ -30,11 +30,11 @@
+ # gcc import library install/uninstall
+ 
+ install-libtool-import-lib: 
+-	$(INSTALL) .libs/libfontconfig.dll.a $(DESTDIR)$(libdir)
++	$(INSTALL) .libs/libfontconfig.a $(DESTDIR)$(libdir)
+ 	$(INSTALL) fontconfig.def $(DESTDIR)$(libdir)/fontconfig.def
+ 
+ uninstall-libtool-import-lib:
+-	-rm $(DESTDIR)$(libdir)/libfontconfig.dll.a $(DESTDIR)$(libdir)/fontconfig.def
++	-rm $(DESTDIR)$(libdir)/libfontconfig.a $(DESTDIR)$(libdir)/fontconfig.def
+ 
+ else
+ 
================================================================


More information about the pld-cvs-commit mailing list