]> git.pld-linux.org Git - packages/fontforge.git/commitdiff
- updated for 20051205
authorKarol Krenski <charles@pld-linux.org>
Sun, 25 Dec 2005 13:40:54 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fontforge-sonames.patch -> 1.4

fontforge-sonames.patch

index c66143fbfea0e4e73faf8caf3848e722222ca303..744d40523c34515fe99dccfd81c8e07ca9441ce0 100644 (file)
  #  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 )
This page took 0.11794 seconds and 4 git commands to generate.