mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
58ee1a2547
A program based on Apple's open source RTP/RTSP streaming Quicktime server. PR: 13743 Submitted by: Richard Kiss <richard@homemail.com>
18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
--- ./doit Tue Sep 7 23:33:46 1999
|
|
+++ ./doit Thu Aug 26 01:41:04 1999
|
|
@@ -24,9 +24,9 @@
|
|
;;
|
|
FreeBSD.i386)
|
|
echo "Configuring for a FreeBSD platform"
|
|
- CPLUS=gcc
|
|
- CCOMP=gcc
|
|
- LINKER="gcc"
|
|
+ CPLUS=cc
|
|
+ CCOMP=cc
|
|
+ LINKER="cc"
|
|
THREADLIBS=-pthread
|
|
- MACHDEFINES="-D__FreeBSD__ -fhandle-exceptions"
|
|
+ MACHDEFINES="-fhandle-exceptions"
|
|
;;
|
|
|