diff options
author | itojun <itojun@FreeBSD.org> | 1999-03-31 12:32:32 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1999-03-31 12:32:32 +0800 |
commit | 717e29a7dfcfc0cea052854810ebc6c9bb42b868 (patch) | |
tree | 38e439470992ee37a0dc927c424973e1da23653f /net/mrt | |
parent | fafd5535284045f9b6ca774a972135d6ce45d4b8 (diff) | |
download | freebsd-ports-gnome-717e29a7dfcfc0cea052854810ebc6c9bb42b868.tar.gz freebsd-ports-gnome-717e29a7dfcfc0cea052854810ebc6c9bb42b868.tar.zst freebsd-ports-gnome-717e29a7dfcfc0cea052854810ebc6c9bb42b868.zip |
Stabilize the build.
PR: 9919
Diffstat (limited to 'net/mrt')
-rw-r--r-- | net/mrt/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mrt/files/patch-ac b/net/mrt/files/patch-ac new file mode 100644 index 000000000000..6c887fd922b6 --- /dev/null +++ b/net/mrt/files/patch-ac @@ -0,0 +1,13 @@ +stabilize the build. + +--- lib/Makefile.orig Tue Mar 30 09:22:31 1999 ++++ lib/Makefile Tue Mar 30 09:22:39 1999 +@@ -12,7 +12,7 @@ + + make-libs: + @for i in $(DIRS); \ +- do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE); cd ..); done ++ do (echo "cd $$i; $(MAKE)"; cd $$i; $(MAKE); cd ..; sleep 1); done + + clean: + for i in $(DIRS); \ |