diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:22:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:22:20 +0000 |
commit | 0b03f330199635ebe46d57f7648854b3a2addddb (patch) | |
tree | 7d5849f7ca9122e4c61c4c149b8d019c33645a34 /x11-toolkits/xview-clients/files/patch-ba | |
parent | LIB_DEPENDS on the new unified xview port. (diff) |
Add a couple of new fixes and use the unified xview port.
PR: 9700
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes:
svn path=/head/; revision=18485
Diffstat (limited to 'x11-toolkits/xview-clients/files/patch-ba')
-rw-r--r-- | x11-toolkits/xview-clients/files/patch-ba | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/xview-clients/files/patch-ba b/x11-toolkits/xview-clients/files/patch-ba new file mode 100644 index 000000000000..a316a986d287 --- /dev/null +++ b/x11-toolkits/xview-clients/files/patch-ba @@ -0,0 +1,19 @@ +*** clients/olwm/Imakefile.orig Mon Jan 25 21:17:50 1999 +--- clients/olwm/Imakefile Mon Jan 25 21:19:18 1999 +*************** +*** 39,45 **** + MANPAGES = olwm.man + BITMAPS = iconbitmap.h + SCRIPTS = +! MISC = openwin-menu + + + SRCS = atom.c client.c cmdstream.c \ +--- 39,45 ---- + MANPAGES = olwm.man + BITMAPS = iconbitmap.h + SCRIPTS = +! MISC = openwin-menu openwin-menu-programs + + + SRCS = atom.c client.c cmdstream.c \ |