diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 13:28:21 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-08 13:28:21 +0000 |
commit | 8744b69afa5f90ae06a2d7371107c490ce213014 (patch) | |
tree | 0b77e8944c99c4e5f6a9925dc2ebcc81e0ceb3c2 /x11-toolkits/xbae/files | |
parent | Make this compile again. (diff) |
Import xbae port. Xbae is a Motif-based widget which displays a grid
of cells as a spreadsheet.
Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
Notes
Notes:
svn path=/head/; revision=10444
Diffstat (limited to 'x11-toolkits/xbae/files')
-rw-r--r-- | x11-toolkits/xbae/files/patch-aa | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-toolkits/xbae/files/patch-aa b/x11-toolkits/xbae/files/patch-aa new file mode 100644 index 000000000000..9cc7615df62b --- /dev/null +++ b/x11-toolkits/xbae/files/patch-aa @@ -0,0 +1,26 @@ +*** ../Xbae-4.6.2-port/work/Xbae-4.6.2/Xbae.tmpl Thu Jul 10 10:15:47 1997 +--- ./Xbae.tmpl Wed Oct 29 15:42:55 1997 +*************** +*** 11,17 **** + XCOMM yes as the demos may have trouble finding the shared library. + + #define DoNormalLib YES +! #define DoSharedLib NO /* Don't define if you want the demos! */ + #define DoDebugLib NO + + XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't +--- 11,17 ---- + XCOMM yes as the demos may have trouble finding the shared library. + + #define DoNormalLib YES +! #define DoSharedLib YES /* Don't define if you want the demos! */ + #define DoDebugLib NO + + XCOMM Some of the examples use Wcl. If you haven't got Wcl, it doesn't +*************** +*** 172,175 **** + osaber: + XCOMM load $(ALLDEFINES) $(OBJS) + #endif +- +--- 172,174 ---- |