diff -ruNd x11/bricons/patches/patch-ba x11/bricons/patches/patch-ba --- x11/bricons/patches/patch-ba Thu Jan 1 03:00:00 1970 +++ x11/bricons/patches/patch-ba Mon Oct 11 05:24:50 1999 @@ -0,0 +1,11 @@ +--- main.c.orig Thu Jan 21 23:27:33 1993 ++++ main.c Mon Oct 11 05:22:48 1999 +@@ -80,7 +80,7 @@ + { "no_of_cols", "No_of_cols",XtRInt,sizeof (int), + XtOffset(AppDataPtr,no_of_cols),XtRString,"18" }, + { "icon_file", "Icon_file", XtRString, sizeof(char *), +- XtOffset(AppDataPtr,icon_file),XtRString,"./.briconsrc" }, ++ XtOffset(AppDataPtr,icon_file),XtRString,"./.desk/briconsrc" }, + { "help_file", "Help_file", XtRString, sizeof(char *), + XtOffset(AppDataPtr,help_file),XtRString, "bricons.txt" }, + { "icon_dirs", "Icon_dis", XtRString, sizeof(char *), diff -ruNd x11/bricons/patches/patch-bb x11/bricons/patches/patch-bb --- x11/bricons/patches/patch-bb Thu Jan 1 03:00:00 1970 +++ x11/bricons/patches/patch-bb Mon Oct 11 05:25:13 1999 @@ -0,0 +1,11 @@ +--- parser.c.orig Thu Jan 21 23:27:34 1993 ++++ parser.c Mon Oct 11 05:24:02 1999 +@@ -30,7 +30,7 @@ + { + (void) fprintf(stderr,"\n%s: unable to open file: %s\n", prog_name, data->icon_file); + fp = fopen(data->icon_file,"w"); +- (void) fprintf(fp,"# Default .briconsrc file\n"); ++ (void) fprintf(fp,"# Default .desk/briconsrc file\n"); + (void) fprintf(fp,"# A line starting with a '#' is a comment line\n"); + (void) fprintf(fp,"# first line must have keyword %%icon or %%text\n"); + (void) fprintf(fp,"# to indicate if button is an icon or text\n");