summaryrefslogtreecommitdiff
path: root/graphics/xfig/patches/patch-e__edit.c
diff options
context:
space:
mode:
authorwiz <wiz>2015-10-14 20:17:24 +0000
committerwiz <wiz>2015-10-14 20:17:24 +0000
commit7b80d1b56af25e2326b66e1248368b329b266ec0 (patch)
treeb62ce193139a28ca45bd0bf8ee8790b2683f16db /graphics/xfig/patches/patch-e__edit.c
parent601c7483a0f038bc0f6003af0450ce95e270a1ca (diff)
downloadpkgsrc-7b80d1b56af25e2326b66e1248368b329b266ec0.tar.gz
Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that. Bump their PKGREVISIONs.
Diffstat (limited to 'graphics/xfig/patches/patch-e__edit.c')
-rw-r--r--graphics/xfig/patches/patch-e__edit.c15
1 files changed, 15 insertions, 0 deletions
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 */