Bug 4507 - small FreeBSD Makefile patch (USE_MUMBLE)
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: All FreeBSD
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2010-01-18 09:22 EST by Dominic Fandrey
Modified: 2010-03-06 06:55:47 EST
0 users

See Also:


Attachments
Makefile patch (257 bytes, patch)
2010-01-18 09:22 EST, Dominic Fandrey

Description Dominic Fandrey 2010-01-18 09:22:03 EST
Created attachment 2273 [details]
Makefile patch

I have a small patch for the FreeBSD section in the Makefile.

It appears that the real time functions that are provided with -lrt
under Linux are part of libc on FreeBSD. On modern versions
ld graciously ignores -lrt, but on the (still widely in use) 6.4
branch of FreeBSD this is not the case.
Comment 1 Ludwig Nussel 2010-03-06 06:55:47 EST
fixed