File mfsm-1.4.patch of Package mfsm
--- Imakefile 1999-03-18 22:51:11.000000000 +0100
+++ Imakefile@ 2003-01-11 17:24:02.000000000 +0100
@@ -117,6 +117,7 @@
DEFINES = $(MACHINE_INFO) $(XPM_INCLUDE) $(HAVE_QUOTAS)
+XMLIB = -lXm
LOCAL_LIBRARIES = $(XPM_LIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
--- mfsm.c 1999-03-18 23:01:03.000000000 +0100
+++ /abuild/quota/usr/src/packages/BUILD/mfsm-1.4/mfsm.c 2003-01-11 17:33:47.000000000 +0100
@@ -208,14 +208,14 @@
nobell_bits, nobell_width, nobell_height, True},
{ 0, mouse_help_xpm,
mouse_help_bits, mouse_help_width, mouse_help_height, True},
- NULL
+ { 0 }
};
ICONS mfsm_icons[] = {
{ 0, about_mfsm_xpm,
about_mfsm_bits, about_mfsm_width, about_mfsm_height, False},
{ 0, icon_xpm,
icon_bits, icon_width, icon_height, False},
- NULL
+ { 0 }
};
#else
ICONS icon_list[] = {
@@ -227,12 +227,12 @@
{ 0, bell_bits, bell_width, bell_height, True},
{ 0, nobell_bits, nobell_width, nobell_height, True},
{ 0, mouse_help_bits, mouse_help_width, mouse_help_height, True},
- NULL
+ { 0 }
};
ICONS mfsm_icons[] = {
{ 0, about_mfsm_bits, about_mfsm_width, about_mfsm_height},
{ 0, icon_bits, icon_width, icon_height},
- NULL
+ { 0 }
};
#endif