From 7b80d1b56af25e2326b66e1248368b329b266ec0 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 14 Oct 2015 20:17:24 +0000 Subject: Switch from x11/Xaw3d to newer x11/libXaw3d. Adapt some packages so they build with that. Bump their PKGREVISIONs. --- graphics/xfig/patches/patch-e__edit.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 graphics/xfig/patches/patch-e__edit.c (limited to 'graphics/xfig/patches/patch-e__edit.c') diff --git a/graphics/xfig/patches/patch-e__edit.c b/graphics/xfig/patches/patch-e__edit.c new file mode 100644 index 00000000000..9d89403fe26 --- /dev/null +++ b/graphics/xfig/patches/patch-e__edit.c @@ -0,0 +1,15 @@ +$NetBSD: patch-e__edit.c,v 1.1 2015/10/14 20:17:26 wiz Exp $ + +--- e_edit.c.orig 2007-04-04 16:18:32.000000000 +0000 ++++ e_edit.c +@@ -4247,10 +4247,6 @@ str_panel(char *string, char *name, Widg + NextArg(XtNbottom, XtChainBottom); + NextArg(XtNleft, XtChainLeft); + NextArg(XtNright, XtChainRight); +-#ifdef I18N +- if (!appres.international || !international) +- NextArg(XtNinternational, False); +-#endif /* I18N */ + *pi_x = XtCreateManagedWidget(textname, asciiTextWidgetClass, form, Args, ArgCount); + + /* make CR do nothing for now */ -- cgit v1.2.3