diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-14 14:42:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-14 14:42:19 +0000 |
commit | 14af5e79589b85a4d0fca7264597f945ae217703 (patch) | |
tree | 1dfd95754bf46036a8e8f9848320baa87a1e1adf /editors/ted/patches | |
parent | a457d71ef9bd77577e911b0ab306069620f63f2c (diff) | |
download | pkgsrc-14af5e79589b85a4d0fca7264597f945ae217703.tar.gz |
Move ted and support packages from textproc to editors.
Diffstat (limited to 'editors/ted/patches')
-rw-r--r-- | editors/ted/patches/patch-aa | 12 | ||||
-rw-r--r-- | editors/ted/patches/patch-ab | 11 |
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++; |