Ticket #1838: gimp2.diff

File gimp2.diff, 989 bytes (added by devin@…, 20 years ago)

Proper patch for Fix

  • Portfile

    diff -rNu ../orig/Portfile ./Portfile
    old new  
    3232                 --without-libexif \
    3333                 --without-aa
    3434
     35patchfiles       app/widget/gimpdnd.c.diff
     36
    3537# for plugins
    3638# gtkhtml, librsvg
    3739
  • files/apps/widgets/gimpdnd.c.diff

    diff -rNu ../orig/files/apps/widgets/gimpdnd.c.diff ./files/apps/widgets/gimpdnd.c.diff
    old new  
     1--- app/widgets/gimpdnd.c.orig  Sat May 15 02:46:20 2004
     2+++ app/widgets/gimpdnd.c       Sat May 15 02:47:23 2004
     3@@ -1209,8 +1209,7 @@
     4       if (!dnd_crap)
     5         continue;
     6 
     7-      D (g_print ("gimp_dnd_open_files: trying to convert "
     8-                  \"%s\" to an uri.\n", dnd_crap));
     9+      D (g_print ("gimp_dnd_open_files: trying to convert \"%s\" to an uri.\n", dnd_crap));
     10 
     11       filename = g_filename_from_uri (dnd_crap, NULL, NULL);
     12