]> git.pld-linux.org Git - packages/gcl.git/blob - gcl-make.patch
- cp -f /usr/share/automake/config.* is back, automake -a -c : don't work :-)
[packages/gcl.git] / gcl-make.patch
1 diff -urN gcl-2.4.0/makefile gcl-2.4.0.new/makefile
2 --- gcl-2.4.0/makefile  Sun May  6 08:18:49 2001
3 +++ gcl-2.4.0.new/makefile      Sat Nov 17 10:50:38 2001
4 @@ -25,10 +25,10 @@
5  # root for the installation, eg /usr/local
6  # This would cause make install to create /usr/local/bin/gcl and
7  # /usr/local/lib/gcl-2-??/* with some basic files.
8 -prefix=/usr/local
9 +prefix=/usr
10  
11  # where to place the info files
12 -INFO_DIR=/usr/local/info/
13 +INFO_DIR=/usr/share/info/
14  
15  # where to put emacs lisp files.
16  EMACS_SITE_LISP=/usr/share/emacs/20.7/site-lisp
17 @@ -38,28 +38,28 @@
18  
19  # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
20  # if these are found.
21 -TK_CONFIG_PREFIX=/usr/local/lib
22 -TK_LIBRARY=/usr/local/lib/tk8.3
23 -TCL_LIBRARY=/usr/local/lib/tcl8.3
24 +TK_CONFIG_PREFIX=/usr/lib
25 +TK_LIBRARY=/usr/lib/tk8.3
26 +TCL_LIBRARY=/usr/lib/tcl8.3
27  TK_XINCLUDES=-I/usr/X11R6/include
28 -TK_INCLUDE=-I/usr/local/lib/../include
29 -TCL_INCLUDE=-I/usr/local/lib/../include
30 -TK_LIB_SPEC=-L/usr/local/lib -ltk8.3
31 -TK_BUILD_LIB_SPEC=-L/home/wfs/src/tk8.3.2/unix -ltk8.3
32 +TK_INCLUDE=-I/usr/lib/../include
33 +TCL_INCLUDE=-I/usr/lib/../include
34 +TK_LIB_SPEC=-L/usr/lib -ltk8.3
35 +TK_BUILD_LIB_SPEC=-L/usr/lib -ltk8.3
36  TK_XLIBSW=-L/usr/X11R6/lib -lX11
37  TK_XINCLUDES=-I/usr/X11R6/include
38 -TCL_LIB_SPEC=-L/usr/local/lib -ltcl8.3${TCL_DBGX}
39 +TCL_LIB_SPEC=-L/usr/lib -ltcl8.3${TCL_DBGX}
40  TCL_DL_LIBS=-ldl
41 -TCL_LIBS=-ldl -lm
42 +TCL_LIBS=-ldl  -lm
43  
44 -NOTIFY=yes
45 +NOTIFY=no
46  GCC=gcc
47  
48  
49  
50  
51  
52 -GCLDIR=/home/wfs/cvs/gcl
53 +GCLDIR=/home/users/filip/rpm/BUILD/gcl-2.4.0
54  SHELL=/bin/sh
55  MACHINE=386-linux
56  
57 @@ -133,10 +133,10 @@
58         (cd $(BINDIR); make all)
59         make mpfiles
60         rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
61 -       (cd $(ODIR); make all)
62 -       (cd $(LSPDIR); make all)
63 -       (cd $(CMPDIR); make all)
64 -       (cd $(PORTDIR); make saved_gcl)
65 +       make -C $(ODIR) all
66 +       make -C $(LSPDIR) all
67 +       make -C $(CMPDIR) all
68 +       make -C $(PORTDIR) saved_gcl
69         make command
70  
71  #      After making successfully send in a notification to
This page took 0.045409 seconds and 3 git commands to generate.