1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11/emu/files/patch-b
Jordan K. Hubbard c7856579a4 Fix two emu problems:
1. Decorations disabled by default.
2. No-decoration case not properly handled in menus, resulting in seg fault.
1996-05-22 10:24:57 +00:00

31 lines
679 B
Plaintext

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