summaryrefslogtreecommitdiff
path: root/textproc/ted/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-04-22 02:05:11 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-04-22 02:05:11 +0000
commit9c2538b5c50ab7f8af429a84790d3291475a41dc (patch)
tree9092bde744506c32a632193e781ccdbceead5f86 /textproc/ted/patches
parent712c5d73d56be3587f42e5ce84318b8552a435bd (diff)
downloadpkgsrc-9c2538b5c50ab7f8af429a84790d3291475a41dc.tar.gz
update to ted-2.8
unfortunately a list of changes is not provided. this addresses part of PR pkg/9916. thanks to Mark Davies for the PR.
Diffstat (limited to 'textproc/ted/patches')
-rw-r--r--textproc/ted/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ted/patches/patch-ab b/textproc/ted/patches/patch-ab
new file mode 100644
index 00000000000..56dd4ce8476
--- /dev/null
+++ b/textproc/ted/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2000/04/22 02:05:12 dmcmahill Exp $
+
+--- appFrame/appFileChooser.c.orig Mon Mar 27 05:09:43 2000
++++ appFrame/appFileChooser.c Fri Apr 21 21:34:20 2000
+@@ -633,5 +633,5 @@
+ XtSetArg( al[ac], XmNuserData, (XtPointer)aci ); ac++;
+ XtSetArg( al[ac], XmNdialogStyle, XmDIALOG_APPLICATION_MODAL ); ac++;
+-# if XmVersion >= 2000
++# if XmVersion >= 2000 && (!defined(LESSTIF_VERSION) || !(LESSTIF_VERSION == 0 && LESSTIF_REVISION <= 90))
+ XtSetArg( al[ac], XmNfileFilterStyle,
+ XmFILTER_HIDDEN_FILES ); ac++;