1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Make this puppy *really* link with the shared uulib.

This commit is contained in:
David E. O'Brien 1997-04-02 08:10:40 +00:00
parent 19b2e7e834
commit 6cd4848608
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6109

View File

@ -0,0 +1,13 @@
--- tcl/Makefile.in.orig Thu Jun 6 13:09:05 1996
+++ tcl/Makefile.in Wed Apr 2 00:06:10 1997
@@ -95,8 +95,8 @@
rm -f uuwish [Xx]deview gif2gfp
make all
-uuwish: $(OBJ) ../uulib/libuu.a
- $(CC) -o $@ $(OBJ) -L../uulib -luu $(LIBS)
+uuwish: $(OBJ)
+ $(CC) -o $@ $(OBJ) -luu $(LIBS)
xdeview: xdeview.head tk_MFSbox.tcl xdeview.tail
rm -f $@