diff options
author | drochner <drochner> | 1999-11-15 21:30:27 +0000 |
---|---|---|
committer | drochner <drochner> | 1999-11-15 21:30:27 +0000 |
commit | a61f4e9ab14eb4fde6cff80edb9cbf8413aa3681 (patch) | |
tree | 59a0969387ce62938299ceb5f21763cf3b5fb4d7 /x11/lesstif/patches/patch-ai | |
parent | 1fbb64832a7c45dc9d9b87accef5f9c131828a86 (diff) | |
download | pkgsrc-a61f4e9ab14eb4fde6cff80edb9cbf8413aa3681.tar.gz |
update to lesstif-0.89.4
changes since 0.89.0:
FileSB updates
Several bug fixes which improve nedit operation (particularly the File->Open insensitivity problem).
General code cleanup, and 64 bit improvements, eliminated most warnings on DU compile
SelectionBox popdownCallback fixes
XmListReplacePositions fix
several fixes for openDX
Diffstat (limited to 'x11/lesstif/patches/patch-ai')
-rw-r--r-- | x11/lesstif/patches/patch-ai | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/x11/lesstif/patches/patch-ai b/x11/lesstif/patches/patch-ai index 0f4155b11f2..98ed9033c5c 100644 --- a/x11/lesstif/patches/patch-ai +++ b/x11/lesstif/patches/patch-ai @@ -1,13 +1,12 @@ -$NetBSD: patch-ai,v 1.6 1999/11/03 04:18:47 jlam Exp $ - ---- doc/www.lesstif.org/images/Makefile.in.orig Mon Sep 6 17:13:53 1999 -+++ doc/www.lesstif.org/images/Makefile.in Tue Nov 2 22:16:16 1999 -@@ -122,7 +122,7 @@ +$NetBSD: patch-ai,v 1.7 1999/11/15 21:30:28 drochner Exp $ +--- doc/www.lesstif.org/images/Makefile.in.orig Mon Nov 15 18:05:53 1999 ++++ doc/www.lesstif.org/images/Makefile.in Mon Nov 15 18:07:26 1999 +@@ -126,7 +126,7 @@ # Lets put the informational stuff in a sub directory to avoid # poluting /usr/local for default installs. # -rootdir = $(exec_prefix)/LessTif/doc/images +rootdir = $(exec_prefix)/share/doc/lesstif/images - root_DATA = hungry.gif lesstif-realsmall.gif lesstif-small.gif lesstif.gif ltsunlogo.gif - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + root_DATA = hungry.gif \ + lesstif-realsmall.gif lesstif-small.gif lesstif.gif \ + ltsunlogo.gif |