From 6cd4848608091c526b555c5c543c0819e8810217 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 2 Apr 1997 08:10:40 +0000 Subject: Make this puppy *really* link with the shared uulib. --- converters/xdeview/files/patch-ab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 converters/xdeview/files/patch-ab (limited to 'converters/xdeview') diff --git a/converters/xdeview/files/patch-ab b/converters/xdeview/files/patch-ab new file mode 100644 index 000000000000..4f1a3519637c --- /dev/null +++ b/converters/xdeview/files/patch-ab @@ -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 $@ -- cgit v1.2.3