[Scummvm-cvs-logs] SF.net SVN: scummvm:[40626] scummvm/trunk/configure
sev at users.sourceforge.net
sev at users.sourceforge.net
Sat May 16 14:35:49 CEST 2009
Revision: 40626
http://scummvm.svn.sourceforge.net/scummvm/?rev=40626&view=rev
Author: sev
Date: 2009-05-16 12:35:48 +0000 (Sat, 16 May 2009)
Log Message:
-----------
Let ScummVM compile out of the box on FreeBSD
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2009-05-16 12:28:17 UTC (rev 40625)
+++ scummvm/trunk/configure 2009-05-16 12:35:48 UTC (rev 40626)
@@ -1060,9 +1060,14 @@
echo_n "Checking hosttype... "
echo $_host_os
case $_host_os in
- linux* | uclinux* | openbsd* | freebsd* | netbsd* | bsd* | sunos* | hpux*)
+ linux* | uclinux* | openbsd* | netbsd* | bsd* | sunos* | hpux*)
DEFINES="$DEFINES -DUNIX"
;;
+ freebsd*)
+ DEFINES="$DEFINES -DUNIX"
+ LDFLAGS="$LDFLAGS -L/usr/local/lib"
+ CXXFLAGS="$CXXFLAGS -I/usr/local/include"
+ ;;
beos*)
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
# Needs -lbind -lsocket for the timidity MIDI driver
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list