diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-02 08:10:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-02 08:10:40 +0000 |
commit | 6cd4848608091c526b555c5c543c0819e8810217 (patch) | |
tree | 100f2e8b10513ef01b3a197eca0b0ad326c27377 /converters/xdeview | |
parent | 19b2e7e834fde94166f596c173996d7de0074d96 (diff) | |
download | ports-6cd4848608091c526b555c5c543c0819e8810217.tar.gz ports-6cd4848608091c526b555c5c543c0819e8810217.zip |
Notes
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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 $@ |