summaryrefslogtreecommitdiff
path: root/converters/uudeview/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'converters/uudeview/patches/patch-ab')
-rw-r--r--converters/uudeview/patches/patch-ab18
1 files changed, 18 insertions, 0 deletions
diff --git a/converters/uudeview/patches/patch-ab b/converters/uudeview/patches/patch-ab
new file mode 100644
index 00000000000..b35e7f452d6
--- /dev/null
+++ b/converters/uudeview/patches/patch-ab
@@ -0,0 +1,18 @@
+--- unix/Makefile.in.orig Thu Jun 6 12:41:08 1996
++++ unix/Makefile.in Tue Apr 1 11:05:06 1997
+@@ -115,11 +115,11 @@
+ rm -f uudeview uuenview
+ make all
+
+-uudeview: $(UUDEVIEW_OBJ) ../uulib/libuu.a
+- $(CC) -o $@ $(UUDEVIEW_OBJ) -L../uulib -luu $(LIBS)
++uudeview: $(UUDEVIEW_OBJ)
++ $(CC) -o $@ $(UUDEVIEW_OBJ) -luu $(LIBS)
+
+-uuenview: $(UUENVIEW_OBJ) ../uulib/libuu.a
+- $(CC) -o $@ $(UUENVIEW_OBJ) -L../uulib -luu $(LIBS)
++uuenview: $(UUENVIEW_OBJ)
++ $(CC) -o $@ $(UUENVIEW_OBJ) -luu $(LIBS)
+
+ .c.o:
+ $(CC) -c $(CFLAGS) -I../uulib $(VDEF) $<