1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/xbae/files/patch-aa
Thomas Gellekum 8744b69afa 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>
1998-04-08 13:28:21 +00:00

27 lines
817 B
Plaintext

*** ../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 ----