Ticket #13901: patch-fontforge_start.c.diff
File patch-fontforge_start.c.diff, 396 bytes (added by blb@…, 17 years ago) |
---|
-
fontforge/start.c
old new 125 125 /* install image libs. For some reason fink installs in a place */ 126 126 /* the dynamic loader doesn't find */ 127 127 /* (And fink's attempts to set the PATH variables generally don't work */ 128 setenv("DYLD_LIBRARY_PATH","/sw/lib",0);129 128 #endif 130 129 } 131 130