SOURCES: fontforge-sonames.patch - updated for 20051205

charles charles at pld-linux.org
Sun Dec 25 14:40:59 CET 2005


Author: charles                      Date: Sun Dec 25 13:40:59 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 20051205

---- Files affected:
SOURCES:
   fontforge-sonames.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/fontforge-sonames.patch
diff -u SOURCES/fontforge-sonames.patch:1.3 SOURCES/fontforge-sonames.patch:1.4
--- SOURCES/fontforge-sonames.patch:1.3	Sat Oct 29 23:19:54 2005
+++ SOURCES/fontforge-sonames.patch	Sun Dec 25 14:40:54 2005
@@ -23,13 +23,13 @@
  #  endif
  	libuninames = dlopen( full,RTLD_LAZY);
  # endif
---- fontforge-20040404/fontforge/svg.c.orig	2003-08-04 04:51:03.000000000 +0200
-+++ fontforge-20040404/fontforge/svg.c	2003-08-08 23:07:28.000000000 +0200
-@@ -519,7 +519,7 @@
+--- fontforge-20051205/fontforge/svg.c.orig	2005-10-18 06:44:21.000000000 +0200
++++ fontforge-20051205/fontforge/svg.c	2005-12-25 01:55:05.000000000 +0100
+@@ -773,7 +773,7 @@
      if ( xmltested )
  return( libxml!=NULL );
  
--    libxml = dlopen("libxml2" SO_EXT,RTLD_LAZY);
+-    libxml = dlopen( "libxml2" SO_EXT,RTLD_LAZY);
 +    libxml = dlopen(LIBXML2_SONAME,RTLD_LAZY);
      xmltested = true;
      if ( libxml==NULL )
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/fontforge-sonames.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list