summaryrefslogtreecommitdiffstats
path: root/russian/cyrproxy/files/patch-aa
blob: adf2dda0b572ae26465ec591b7d0a2d52941ce6e (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*** Makefile.orig	Sat May  3 13:37:04 1997
--- Makefile	Thu Jun 19 10:09:09 1997
***************
*** 6,14 ****
  
  CHMOD=/bin/chmod
  CHOWN=/usr/sbin/chown
! GCC=gcc -O
! CFLAGS=-funsigned-char -Wall
! CC=${GCC} ${CFLAGS}
  # Some systems contains resolver routines in libresolv
  # EXTRALIBS=lresolv
  EXTRALIBS=
--- 6,14 ----
  
  CHMOD=/bin/chmod
  CHOWN=/usr/sbin/chown
! #GCC=gcc -O
! CFLAGS+=-funsigned-char -Wall
! #CC=${GCC} ${CFLAGS}
  # Some systems contains resolver routines in libresolv
  # EXTRALIBS=lresolv
  EXTRALIBS=
***************
*** 23,40 ****
  TABLEOWN=root.wheel
  
  #directory to place  binary
! BINDIR=/usr/local/libexec
! UTILDIR=/usr/local/bin
! CGIPATH=/usr/local/www/cgi-bin
  # name of binaries
  CYRPROXY=cyrproxy
  SPY=tcpspy
  
  # directory ty place recoding tables
! TBLDIR=/usr/local/share/proxy
  
  # config file location
! CONF_FILE=/etc/cyrproxy.conf
  
  # Subdirs for make
  # cyrcoder - filter-like cyrillic recoder
--- 23,40 ----
  TABLEOWN=root.wheel
  
  #directory to place  binary
! BINDIR=${PREFIX}/libexec
! UTILDIR=${PREFIX}/bin
! CGIPATH=${PREFIX}/www/cgi-bin
  # name of binaries
  CYRPROXY=cyrproxy
  SPY=tcpspy
  
  # directory ty place recoding tables
! TBLDIR=${PREFIX}/share/cyrproxy
  
  # config file location
! CONF_FILE=${PREFIX}/etc/cyrproxy/cyrproxy.conf
  
  # Subdirs for make
  # cyrcoder - filter-like cyrillic recoder
***************
*** 58,64 ****
  ALLSRCS=${SRCS} spy.c
  OBJS=com_gw.o readconf.o connect.o gopher_gw.o main.o telnet_gw.o http_gw.o log.o bufio.o
  
! CFLAGS+= -Wall -O ${DEFINES}
  
  
  all: ${CYRPROXY} ${SPY} subdirmake config.gen
--- 58,64 ----
  ALLSRCS=${SRCS} spy.c
  OBJS=com_gw.o readconf.o connect.o gopher_gw.o main.o telnet_gw.o http_gw.o log.o bufio.o
  
! CFLAGS+= ${DEFINES}
  
  
  all: ${CYRPROXY} ${SPY} subdirmake config.gen
OpenPOWER on IntegriCloud