aboutsummaryrefslogtreecommitdiffstats
path: root/cad/xcircuit/files/patch-aa
blob: 26c3811ba4eb590376fd1060d4fb14594b63f33e (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
52
53
54
55
56
57
58
59
60
61
62
63
64
*** Imakefile.orig  Thu Jan  6 03:15:52 2000
--- Imakefile   Fri Jan 21 12:00:00 2000
***************
*** 26,44 ****
  #CCOPTIONS = -O2
  #
  # for debugging purposes uncomment the following line:
! CDEBUGFLAGS = -g
! STD_INCLUDES = -I. -I/usr/X11R6/include/X11
  
  #------------------------------------------------------------------------
  # Installation directories:
  # Change the following as desired to suit your environment:
  #------------------------------------------------------------------------
  #
! PREFIX = /usr/local
  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b2/psfiles
! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0
! XCIRCUIT_BIN_DIR = $(PREFIX)/bin
! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
  
  #------------------------------------------------------------------------
  # Support for graphics double-buffering (A memory hog, but yields fastest
--- 26,44 ----
  #CCOPTIONS = -O2
  #
  # for debugging purposes uncomment the following line:
! #CDEBUGFLAGS = -g
! #STD_INCLUDES = -I. -I/usr/X11R6/include/X11
  
  #------------------------------------------------------------------------
  # Installation directories:
  # Change the following as desired to suit your environment:
  #------------------------------------------------------------------------
  #
! #PREFIX = /usr/local
  # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b2/psfiles
! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit
! XCIRCUIT_BIN_DIR = $(BINDIR)
! XCIRCUIT_MAN_DIR = $(MANDIR)
  
  #------------------------------------------------------------------------
  # Support for graphics double-buffering (A memory hog, but yields fastest
***************
*** 89,97 ****
  # DEC Alpha, Solaris and other SVR4 systems need the following,
  # or if you have compilation errors about "dp->d_name" being
  # undefined:
! #DIRENT = -DSVR4_DIRENT
  # Otherwise,
! DIRENT =
  
  # My DECstation (Ultrix) has something funny going on in XLib. . . if there
  # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"
--- 89,97 ----
  # DEC Alpha, Solaris and other SVR4 systems need the following,
  # or if you have compilation errors about "dp->d_name" being
  # undefined:
! DIRENT = -DSVR4_DIRENT
  # Otherwise,
! #DIRENT =
  
  # My DECstation (Ultrix) has something funny going on in XLib. . . if there
  # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1"