1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
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

12 lines
251 B
Plaintext

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