summaryrefslogtreecommitdiff
path: root/converters/xdeview/patches/patch-ab
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-02 00:14:13 +0000
committertron <tron@pkgsrc.org>1998-03-02 00:14:13 +0000
commit676c6bc68b05d686bbd19af17031b507ae595597 (patch)
tree0c0f10904f5842b30ac3167b87c1f68623767020 /converters/xdeview/patches/patch-ab
parent7036a16745266bf501230886e10ad85636584e09 (diff)
downloadpkgsrc-676c6bc68b05d686bbd19af17031b507ae595597.tar.gz
Initial import of FreeBSD's "xdeview-0.5.13" port.
Diffstat (limited to 'converters/xdeview/patches/patch-ab')
-rw-r--r--converters/xdeview/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/xdeview/patches/patch-ab b/converters/xdeview/patches/patch-ab
new file mode 100644
index 00000000000..4f1a3519637
--- /dev/null
+++ b/converters/xdeview/patches/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 $@