aboutsummaryrefslogtreecommitdiff
path: root/converters/xdeview/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-04-02 08:10:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-04-02 08:10:40 +0000
commit6cd4848608091c526b555c5c543c0819e8810217 (patch)
tree100f2e8b10513ef01b3a197eca0b0ad326c27377 /converters/xdeview/files
parent19b2e7e834fde94166f596c173996d7de0074d96 (diff)
downloadports-6cd4848608091c526b555c5c543c0819e8810217.tar.gz
ports-6cd4848608091c526b555c5c543c0819e8810217.zip
Make this puppy *really* link with the shared uulib.
Notes
Notes: svn path=/head/; revision=6109
Diffstat (limited to 'converters/xdeview/files')
-rw-r--r--converters/xdeview/files/patch-ab13
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 $@