]> git.pld-linux.org Git - packages/blt.git/blob - blt-link.patch
- rel 3; fix build with tcl/tk 8.6
[packages/blt.git] / blt-link.patch
1 --- blt2.4z/src/shared/Makefile.in.orig 2002-05-14 23:37:19.000000000 +0200
2 +++ blt2.4z/src/shared/Makefile.in      2005-07-24 12:24:50.883354576 +0200
3 @@ -145,14 +145,14 @@
4                 $(srcdir)/bltInit.c
5         $(RM) $@
6         $(SHLIB_LD) $(SHLIB_LD_FLAGS) -o $@ bltInit.o $(OBJS) \
7 -               $(SHLIB_LIB_SPECS)
8 +               $(SHLIB_LIB_SPECS) -ltk -ltcl -lm
9  
10  $(tcl_only_lib_so): $(TCL_ONLY_OBJS)
11         $(CC) -c $(CC_SWITCHES) -DTCL_ONLY -DBLT_LIBRARY=\"$(scriptdir)\" \
12                 $(srcdir)/bltInit.c
13         $(RM) $@
14         $(SHLIB_LD) $(SHLIB_LD_FLAGS) -o $@ bltInit.o $(TCL_ONLY_OBJS) \
15 -               $(SHLIB_TCL_ONLY_LIB_SPECS)
16 +               $(SHLIB_TCL_ONLY_LIB_SPECS) -ltcl -lm
17  
18  install: mkdirs install-lib install-demo
19  
This page took 0.082665 seconds and 3 git commands to generate.