Changeset - r7719:c37f512ad98d
[Not reviewed]
master
0 1 0
maedhros - 17 years ago 2007-10-13 12:04:07
maedhros@openttd.org
(svn r11254) -Fix: Link with -lpthread on FreeBSD.
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -879,12 +879,16 @@ make_cflags_and_ldflags() {
 
	fi
 

	
 
	if [ "$os" = "OPENBSD" ]; then
 
		LIBS="$LIBS -pthread"
 
	fi
 

	
 
	if [ "$os" = "FREEBSD" ]; then
 
		LIBS="$LIBS -lpthread"
 
	fi
 

	
 
	if [ "$os" = "OSX" ]; then
 
		LDFLAGS="$LDFLAGS -framework Cocoa"
 
		if [ "$enable_dedicated" = "0" ]; then
 
			LIBS="$LIBS -framework QuickTime"
 
		fi
 
	fi
0 comments (0 inline, 0 general)