[8699] in Athena Bugs
Patches for RS/6000 Olh (motif)
daemon@ATHENA.MIT.EDU (lwvanels@Athena.MIT.EDU)
Mon Dec 2 10:16:56 1991
From: lwvanels@Athena.MIT.EDU
Date: Mon, 2 Dec 91 10:16:35 -0500
To: bugs@Athena.MIT.EDU
Cc: probe@Athena.MIT.EDU
Reply-To: lwvanels@mit.edu
Apply the patches, and then do a make Makefile; make Makefiles at the top
level. Then, do a make all & install in the motif subdirectory.
*** /tmp/,RCSt1JOYDQL Mon Dec 2 10:14:26 1991
--- motif/Olh.cpp Mon Dec 2 10:09:29 1991
***************
*** 17,24 ****
--- 17,29 ----
!
! "Global" fonts
!
+ #ifdef _IBMR2
+ *XmText.fontList: -adobe-*schoolbook-medium-r-normal--14-*
+ *fontList: -adobe-*schoolbook-medium-r-normal--12-*
+ #else
*XmText.fontList: -adobe-*schoolbook-medium-r-*-*-*-140-* *fontList: -adobe-*schoolbook-medium-r-*-*-*-120-*+ #endif
!
! "Global" behaviors
!
***************
*** 54,61 ****
--- 59,71 ----
!
*printerList: ajax bias ceres electra europa hayden helios homer linus medea pandora picus pindar plato python thesis w20-east-1 w20-east-2 w20-east-3 w20-east-4
!
+ #ifdef _IBMR2
+ *main.width: 550
+ *main.height: 550
+ #else
*main.width: 480
*main.height: 500
+ #endif
*main.horizontalSpacing: 5
*main.verticalSpacing: 5
!
*** /tmp/,RCSt1JOwBFe Mon Dec 2 10:15:49 1991
--- config/ibm.cf Mon Dec 2 10:10:17 1991
***************
*** 22,28 ****
#define ExtraLoadFlags -lbsd
#define HaveAnsiIncludes 1
#define HaveTermIO 1
- #define HaveMotif 0
#define HaveDefErrno 0
#define HasPutenv 1
#endif
--- 22,29 ----
#define ExtraLoadFlags -lbsd
#define HaveAnsiIncludes 1
#define HaveTermIO 1
#define HaveDefErrno 0
#define HasPutenv 1
+ #define HasVprintf 1
+ #define StandardCppDefines -D_IBMR2
#endif