blob: 578654f796acbf3ae2b543ef8b079e9cfd13adb3 (
plain)
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
52
53
54
55
56
57
|
diff -cr gv.orig/Imakefile gv/Imakefile
*** gv.orig/Imakefile Mon Mar 4 00:00:00 1996
--- gv/Imakefile Tue Apr 16 18:35:59 1996
***************
*** 27,33 ****
XCOMM Mainz, Germany
XCOMM
! #include "config.linux"
#define PassCDebugFlags
--- 27,33 ----
XCOMM Mainz, Germany
XCOMM
! #include "config.freebsd"
#define PassCDebugFlags
diff -cr gv.orig/source/Imakefile gv/source/Imakefile
*** gv.orig/source/Imakefile Thu Mar 7 00:00:00 1996
--- gv/source/Imakefile Tue Apr 16 18:41:38 1996
***************
*** 23,29 ****
XCOMM Mainz, Germany
XCOMM
! #include "../config.linux"
SRCS = \
Aaa.c \
--- 23,29 ----
XCOMM Mainz, Germany
XCOMM
! #include "../config.freebsd"
SRCS = \
Aaa.c \
***************
*** 109,115 ****
#endif
DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(USER_DEFINES)
! CC = gcc
DEPLIBS = XawClientDepLibs
SYS_LIBRARIES = -lm XawClientLibs
INSTDATFLAGS = -m 0644
--- 109,115 ----
#endif
DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(USER_DEFINES)
! XCOMM CC = gcc
DEPLIBS = XawClientDepLibs
SYS_LIBRARIES = -lm XawClientLibs
INSTDATFLAGS = -m 0644
|