1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/priss/files/patch-aa
Steve Price 58ee1a2547 Initial import of priss version 1.0.
A program based on Apple's open source RTP/RTSP streaming Quicktime server.

PR:		13743
Submitted by:	Richard Kiss <richard@homemail.com>
1999-11-01 03:51:42 +00:00

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