summary refs log tree commit diff
path: root/pkgs/development/libraries/Xaw3d/config.patch
blob: 4062f313368ff9c0e7ddfcd27284db864ee2091e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
diff -rc xc-orig/lib/Xaw3d/Imakefile xc/lib/Xaw3d/Imakefile
*** xc-orig/lib/Xaw3d/Imakefile	2003-03-08 15:55:18.000000000 +0100
--- xc/lib/Xaw3d/Imakefile	2005-11-11 20:12:24.000000000 +0100
***************
*** 9,15 ****
  XCOMM For grayed stipple shadows, define GRAY_BLKWHT_STIPPLES:
  #define GRAY_BLKWHT_STIPPLES
  XCOMM For scrollbars with arrows, define ARROW_SCROLLBARS:
! #undef ARROW_SCROLLBARS
  
  #define DoNormalLib NormalLibXaw
  #define DoSharedLib SharedLibXaw
--- 9,15 ----
  XCOMM For grayed stipple shadows, define GRAY_BLKWHT_STIPPLES:
  #define GRAY_BLKWHT_STIPPLES
  XCOMM For scrollbars with arrows, define ARROW_SCROLLBARS:
! #define ARROW_SCROLLBARS
  
  #define DoNormalLib NormalLibXaw
  #define DoSharedLib SharedLibXaw
***************
*** 22,28 ****
  #define IncSubSubdir Xaw3d
  
  XCOMM When building outside an X11 source tree:
! XCOMM EXTRA_INCLUDES = -I.
  
  #ifdef SharedXawReqs
  REQUIREDLIBS = SharedXawReqs
--- 22,28 ----
  #define IncSubSubdir Xaw3d
  
  XCOMM When building outside an X11 source tree:
! EXTRA_INCLUDES = -I.
  
  #ifdef SharedXawReqs
  REQUIREDLIBS = SharedXawReqs
diff -rc xc-orig/lib/Xaw3d/laylex.l xc/lib/Xaw3d/laylex.l
*** xc-orig/lib/Xaw3d/laylex.l	1996-10-15 16:41:26.000000000 +0200
--- xc/lib/Xaw3d/laylex.l	2005-11-11 20:03:50.000000000 +0100
***************
*** 26,31 ****
--- 26,33 ----
  #ifdef __STDC__
  static int count ();
  #endif
+ 
+ static int LayYY_prev_more_offset = 0;
  %}
  %%
  vertical		return VERTICAL;