summaryrefslogtreecommitdiff
path: root/mbone/vic/files/patch-ay
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2001-08-01 22:01:23 +0000
committerBill Fenner <fenner@FreeBSD.org>2001-08-01 22:01:23 +0000
commit8f1f1812fbea90b8489d7cd6de57e58a5ec9069b (patch)
tree2625611c4cabb2cb27593e5f47b5faa709f6685d /mbone/vic/files/patch-ay
parentDon't let patch's auto-RCS-checkout behavior interfere with (diff)
Update to vic 2.8ucl-1.1.3
PR: ports/27239 Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Diffstat (limited to 'mbone/vic/files/patch-ay')
-rw-r--r--mbone/vic/files/patch-ay11
1 files changed, 0 insertions, 11 deletions
diff --git a/mbone/vic/files/patch-ay b/mbone/vic/files/patch-ay
deleted file mode 100644
index a1aac7196720..000000000000
--- a/mbone/vic/files/patch-ay
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Jan 27 18:52:29 2000
-+++ Makefile.in Thu Jan 27 18:53:00 2000
-@@ -40,7 +40,7 @@
- all: $(ALL)
-
- .cc.o:
-- rm -f $@; $(C++) -o $@ -c $(CFLAGS) $*.cc
-+ rm -f $@; $(C++) -pedantic -o $@ -c $(CFLAGS) $*.cc
-
- .c.o:
- rm -f $@; $(CC) -o $@ -c $(CFLAGS) $*.c