e866520393
- updated to 20110222: * Did a lot of work to improve the accuracy in remove overlap. * Fix various error messages. * Remove some obsolete documentation. * Technical fixes to stroking code. * Add a miterlimit to stroking code. * FontForge was using the wrong MIME type for svg files. W3C has changed it and it's now "image/svg+xml" not "image/svg-xml" or "image/svg". * etc. on http://fontforge.sourceforge.net/changelog.html * libpng14.diff and fontforge.py27.diff kept but not needed yet OBS-URL: https://build.opensuse.org/request/show/74670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=20
13 lines
460 B
Diff
13 lines
460 B
Diff
Index: fontforge-20110222/fontforge/uiutil.c
|
|
===================================================================
|
|
--- fontforge-20110222.orig/fontforge/uiutil.c
|
|
+++ fontforge-20110222/fontforge/uiutil.c
|
|
@@ -315,6 +315,7 @@ return;
|
|
fullspec[0] = 0;
|
|
if ( ! GFileIsAbsolute(file) ) {
|
|
if ( helpdir==NULL || *helpdir=='\0' ) {
|
|
+#define DOCDIR "/usr/share/doc/packages/fontforge/docs"
|
|
#ifdef DOCDIR
|
|
strcpy(fullspec,DOCDIR "/");
|
|
#elif defined(SHAREDIR)
|