diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 2000-01-28 03:05:21 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 2000-01-28 03:05:21 +0000 |
| commit | 72ae8ffa3fb6216385bfba345f9bde8389bc9edb (patch) | |
| tree | fed086108658f9ea89161f1eea47df60183fa5fb /mbone/rtpmon/files/patch-ad | |
| parent | 823c104ee534fb9bae38f890462a9ab8734e034c (diff) | |
Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
Include <time.h> where needed.
Diffstat (limited to 'mbone/rtpmon/files/patch-ad')
| -rw-r--r-- | mbone/rtpmon/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/rtpmon/files/patch-ad b/mbone/rtpmon/files/patch-ad new file mode 100644 index 000000000000..50584fae6407 --- /dev/null +++ b/mbone/rtpmon/files/patch-ad @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Jan 27 19:01:25 2000 ++++ Makefile.in Thu Jan 27 19:01:36 2000 +@@ -43,7 +43,7 @@ + all: rtpmon + + .cc.o: +- $(C++) -o $@ -c $(CXXFLAGS) $*.cc ++ $(C++) -pedantic -o $@ -c $(CXXFLAGS) $*.cc + + .c.o: + $(CC) -o $@ -c $(CFLAGS) $*.c |
