summaryrefslogtreecommitdiff
path: root/editors/thoteditor/files/patch-ad
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1999-09-25 18:05:59 +0000
committerChuck Robey <chuckr@FreeBSD.org>1999-09-25 18:05:59 +0000
commit84ce7f54e528f4f2fe95f1b948c919792f7f36a7 (patch)
tree8b0361240d5854ee98d697723456546295c1d804 /editors/thoteditor/files/patch-ad
parentFixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.lib (diff)
Finally fix thoteditor. This doesn't install the libthot stuff anymore,
because this thing was *so* busted in build, I figured it wasn't worth the huge extra work to get it into shared form anyhow. If someone wants the libthot stuff, they should port that separately, it has it's own distfile anyhow.
Notes
Notes: svn path=/head/; revision=21950
Diffstat (limited to 'editors/thoteditor/files/patch-ad')
-rw-r--r--editors/thoteditor/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/thoteditor/files/patch-ad b/editors/thoteditor/files/patch-ad
new file mode 100644
index 000000000000..c0cd3600e5a1
--- /dev/null
+++ b/editors/thoteditor/files/patch-ad
@@ -0,0 +1,11 @@
+--- ../tools/Makefile.in.orig Fri May 16 10:00:20 1997
++++ ../tools/Makefile.in Sat Sep 25 12:16:00 1999
+@@ -24,7 +24,7 @@
+ cd .. ; fi ;done )
+
+ install :
+- @(for dir in $(SUBDIRS) ;\
++ @(set -x;for dir in $(SUBDIRS) ;\
+ do if test -d $$dir ; then cd $$dir ; \
+ $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \
+ cd .. ; fi ;done )