freebsd-ports/mbone/rtpmon/files/patch-ad
Bill Fenner 72ae8ffa3f Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
Include <time.h> where needed.
2000-01-28 03:05:21 +00:00

11 lines
251 B
Text

--- 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