diff options
author | fenner <fenner@FreeBSD.org> | 2000-01-28 03:05:29 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2000-01-28 03:05:29 +0000 |
commit | 04f23c6e35616c7ce3de4a58a41ee96eabc53602 (patch) | |
tree | 4b8894d3c3b21d7e99973793a962668fd3455b93 /mbone/vic | |
parent | dac922817fd4b13cb64d1d41d116d35c63776418 (diff) | |
download | FreeBSD-ports-04f23c6e35616c7ce3de4a58a41ee96eabc53602.zip FreeBSD-ports-04f23c6e35616c7ce3de4a58a41ee96eabc53602.tar.gz |
Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
Diffstat (limited to 'mbone/vic')
-rw-r--r-- | mbone/vic/files/patch-ay | 11 |
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 0000000..a1aac71 --- /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 |