mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
72ae8ffa3f
socket code to compile. Include <time.h> where needed.
12 lines
251 B
Plaintext
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
|