summaryrefslogtreecommitdiff
path: root/x11/emu/files/patch-b
blob: 2d3236ff20014cbc96074e2976c6e891c2284827 (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
*** client/Imakefile.orig	Wed May 22 03:07:51 1996
--- client/Imakefile	Wed May 22 03:16:11 1996
***************
*** 11,22 ****
  
  #ifdef USE_MOTIF
  TOOLKIT_LIBS = XmClientDepLibs
! EXTRA_DEFINES = -DMOTIF
  EXTRA_SRCS = aux_motif.c
  EXTRA_OBJS = aux_motif.o
  
  #else
  TOOLKIT_LIBS = XawClientDepLibs
  EXTRA_SRCS = aux_athena.c
  EXTRA_OBJS = aux_athena.o
  #endif
--- 11,23 ----
  
  #ifdef USE_MOTIF
  TOOLKIT_LIBS = XmClientDepLibs
! EXTRA_DEFINES = -DMOTIF -DDECORATIONS
  EXTRA_SRCS = aux_motif.c
  EXTRA_OBJS = aux_motif.o
  
  #else
  TOOLKIT_LIBS = XawClientDepLibs
+ EXTRA_DEFINES = -DDECORATIONS
  EXTRA_SRCS = aux_athena.c
  EXTRA_OBJS = aux_athena.o
  #endif