diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
commit | 8f1f1812fbea90b8489d7cd6de57e58a5ec9069b (patch) | |
tree | 2625611c4cabb2cb27593e5f47b5faa709f6685d /mbone/vic/files/patch-ay | |
parent | Don'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-ay | 11 |
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 |