aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2000-01-28 03:05:29 +0000
committerBill Fenner <fenner@FreeBSD.org>2000-01-28 03:05:29 +0000
commitf89808a1f57e3b048d469463f81127a69b9757b4 (patch)
tree2c9a39d2b2bc938e18d86a9fa2cec25d308fc560 /mbone
parent72ae8ffa3fb6216385bfba345f9bde8389bc9edb (diff)
downloadports-f89808a1f57e3b048d469463f81127a69b9757b4.tar.gz
ports-f89808a1f57e3b048d469463f81127a69b9757b4.zip
Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
Notes
Notes: svn path=/head/; revision=25144
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vat/files/patch-aj11
-rw-r--r--mbone/vic/files/patch-ay11
2 files changed, 22 insertions, 0 deletions
diff --git a/mbone/vat/files/patch-aj b/mbone/vat/files/patch-aj
new file mode 100644
index 000000000000..5ee097c986d3
--- /dev/null
+++ b/mbone/vat/files/patch-aj
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Thu Jan 27 18:55:52 2000
++++ Makefile.in Thu Jan 27 18:56:07 2000
+@@ -39,7 +39,7 @@
+ all: $(ALL)
+
+ .cc.o:
+- rm -f $@; $(C++) -c $(CFLAGS) $*.cc
++ rm -f $@; $(C++) -pedantic -c $(CFLAGS) $*.cc
+
+ .c.o:
+ rm -f $@; $(CC) -o $@ -c $(CFLAGS) $*.c
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