aboutsummaryrefslogtreecommitdiff
path: root/mbone/vic
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/vic')
-rw-r--r--mbone/vic/files/patch-ay11
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-ay b/mbone/vic/files/patch-ay
new file mode 100644
index 000000000000..a1aac7196720
--- /dev/null
+++ b/mbone/vic/files/patch-ay
@@ -0,0 +1,11 @@
+--- 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