summaryrefslogtreecommitdiff
path: root/editors/ted/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-05-14 14:42:19 +0000
committerwiz <wiz>2001-05-14 14:42:19 +0000
commit239576763d201e19b106dfca404c0176d3d80d01 (patch)
tree1dfd95754bf46036a8e8f9848320baa87a1e1adf /editors/ted/patches
parent9eaa1307385e8afa35b6d151da29b701cebaf3a0 (diff)
downloadpkgsrc-239576763d201e19b106dfca404c0176d3d80d01.tar.gz
Move ted and support packages from textproc to editors.
Diffstat (limited to 'editors/ted/patches')
-rw-r--r--editors/ted/patches/patch-aa12
-rw-r--r--editors/ted/patches/patch-ab11
2 files changed, 23 insertions, 0 deletions
diff --git a/editors/ted/patches/patch-aa b/editors/ted/patches/patch-aa
new file mode 100644
index 00000000000..3034b56bccf
--- /dev/null
+++ b/editors/ted/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 14:42:20 wiz Exp $
+
+--- Ted/makefile.in.orig Thu Sep 23 06:08:00 1999
++++ Ted/makefile.in Sun Oct 10 13:46:20 1999
+@@ -22,5 +22,6 @@
+ -I../appUtil \
+ -I../include \
+- $(DEF_PKGDIR)
++ $(DEF_PKGDIR) \
++ $(DEF_INFODIR)
+
+ LDFLAGS=@LDFLAGS@
diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab
new file mode 100644
index 00000000000..a5304f24fa8
--- /dev/null
+++ b/editors/ted/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 14:42:20 wiz 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)
+ XtSetArg( al[ac], XmNfileFilterStyle,
+ XmFILTER_HIDDEN_FILES ); ac++;