]> git.pld-linux.org Git - packages/blt.git/commitdiff
- link with used libs
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jul 2005 10:31:57 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blt-link.patch -> 1.1

blt-link.patch [new file with mode: 0644]

diff --git a/blt-link.patch b/blt-link.patch
new file mode 100644 (file)
index 0000000..dfcc0ab
--- /dev/null
@@ -0,0 +1,19 @@
+--- blt2.4z/src/shared/Makefile.in.orig        2002-05-14 23:37:19.000000000 +0200
++++ blt2.4z/src/shared/Makefile.in     2005-07-24 12:24:50.883354576 +0200
+@@ -145,14 +145,14 @@
+               $(srcdir)/bltInit.c
+       $(RM) $@
+       $(SHLIB_LD) $(SHLIB_LD_FLAGS) -o $@ bltInit.o $(OBJS) \
+-              $(SHLIB_LIB_SPECS)
++              $(SHLIB_LIB_SPECS) -ltk -ltcl -lm
+ $(tcl_only_lib_so): $(TCL_ONLY_OBJS)
+       $(CC) -c $(CC_SWITCHES) -DTCL_ONLY -DBLT_LIBRARY=\"$(scriptdir)\" \
+               $(srcdir)/bltInit.c
+       $(RM) $@
+       $(SHLIB_LD) $(SHLIB_LD_FLAGS) -o $@ bltInit.o $(TCL_ONLY_OBJS) \
+-              $(SHLIB_TCL_ONLY_LIB_SPECS)
++              $(SHLIB_TCL_ONLY_LIB_SPECS) -ltcl -lm
+ install: mkdirs install-lib install-demo
This page took 0.120617 seconds and 4 git commands to generate.