diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-29 06:25:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-29 06:25:15 +0000 |
commit | b4c20b879209c2fcc28477bdf10bb4520f81f89c (patch) | |
tree | 311f66194094b611aacadc41849cd54f4132e502 /x11/Xbae/patches/patch-ae | |
parent | d934b370cbbbae5dff72fd2e3f54f404706ecddd (diff) | |
download | pkgsrc-b4c20b879209c2fcc28477bdf10bb4520f81f89c.tar.gz |
Update Xbae to 4.9.1. Changes from the development release 4.8.4 include:
* Row height and true-color (aka 24-bit color) support.
* Support for bold columns in XbaeMatrix.
* Bugfixes.
Diffstat (limited to 'x11/Xbae/patches/patch-ae')
-rw-r--r-- | x11/Xbae/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/Xbae/patches/patch-ae b/x11/Xbae/patches/patch-ae new file mode 100644 index 00000000000..d5c5af986d5 --- /dev/null +++ b/x11/Xbae/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2001/07/29 06:25:16 jlam Exp $ + +--- doc/images/Makefile.in.orig Wed May 23 16:51:48 2001 ++++ doc/images/Makefile.in +@@ -108,7 +108,7 @@ + # Lets put the informational stuff in a sub directory to avoid + # polluting /usr/local for default installs. + # +-imagedir = $(exec_prefix)/Xbae/images ++imagedir = $(prefix)/share/doc/html/Xbae/images + + # + # Cut the distribution size, don't distribute these in a source |